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
// | |
// RightTableHeaderView.swift | |
// DynamicUIDemo | |
// | |
// Created by Vivek Gupta on 14/05/18. | |
// Copyright © 2018 Vivek Gupta. All rights reserved. | |
// | |
import UIKit |
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
// | |
// HRScrollTableView.swift | |
// DynamicUIDemo | |
// | |
// Created by Vivek Gupta on 11/05/18. | |
// Copyright © 2018 Vivek Gupta. All rights reserved. | |
// | |
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
// | |
// HRScrollDemo.swift | |
// DynamicUIDemo | |
// | |
// Created by Vivek Gupta on 11/05/18. | |
// Copyright © 2018 Vivek Gupta. All rights reserved. | |
// | |
import UIKit |
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
// | |
// TableViewCustomController.swift | |
// DynamicUIDemo | |
// | |
// Created by Vivek Gupta on 26/04/18. | |
// Copyright © 2018 Vivek Gupta. All rights reserved. | |
// | |
import UIKit |
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
// | |
// CustomGeneratedView.swift | |
// DynamicUIDemo | |
// | |
// Created by Vivek Gupta on 26/04/18. | |
// Copyright © 2018 Vivek Gupta. All rights reserved. | |
// | |
import UIKit |
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
// | |
// WithoutTableViewController.swift | |
// DynamicUIDemo | |
// | |
// Created by Vivek Gupta on 07/05/18. | |
// Copyright © 2018 Vivek Gupta. All rights reserved. | |
// | |
import UIKit |
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
// | |
// ControlCreateModel.swift | |
// DynamicUIDemo | |
// | |
// Created by Vivek Gupta on 19/04/18. | |
// Copyright © 2018 Vivek Gupta. All rights reserved. | |
// | |
import Foundation | |
import UIKit |
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
// | |
// DataManager.swift | |
// DynamicUIDemo | |
// | |
// Created by Vivek Gupta on 20/04/18. | |
// Copyright © 2018 Vivek Gupta. All rights reserved. | |
// | |
import Foundation | |
import UIKit |
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
import Foundation | |
let jsonObject: [[[String: Any]]] = | |
[ | |
[[ "type" : "carousel", | |
"portionCoveredPerc": 30, | |
"number": 1, | |
"backgroundColor" : "00ffff", | |
"padding" : 0, | |
"autoSpreadChild" : true, |