This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//: A UIKit based Playground for presenting user interface | |
import UIKit | |
import PlaygroundSupport | |
class MyCollectionVC: UICollectionViewController, UICollectionViewDelegateFlowLayout { | |
fileprivate let itemsPerRow = 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "1", | |
"district": [ | |
{ | |
"id": "taplejung", | |
"eng": "Taplejung", | |
"nep": "ताप्लेजुङ" | |
}, | |
{ |