Skip to content

Instantly share code, notes, and snippets.

View tigerraj32's full-sized avatar
💭
TDD Mission

Rajan Twanabashu tigerraj32

💭
TDD Mission
View GitHub Profile
@tigerraj32
tigerraj32 / collectionview.swift
Created February 1, 2018 10:14
Playing with CollectionViewController in playground
//: A UIKit based Playground for presenting user interface
import UIKit
import PlaygroundSupport
class MyCollectionVC: UICollectionViewController, UICollectionViewDelegateFlowLayout {
fileprivate let itemsPerRow = 3
@tigerraj32
tigerraj32 / nepal-pradesh-district.json
Last active October 18, 2019 07:34
District in Pradesh in Nepal
[
{
"id": "1",
"district": [
{
"id": "taplejung",
"eng": "Taplejung",
"nep": "ताप्लेजुङ"
},
{