vc.h #import <UIKit/UIKit.h> @interface StickyViewController : UIViewController < UITableViewDelegate , UITableViewD...
Read More
Showing posts with label tableview. Show all posts
Showing posts with label tableview. Show all posts
page control using scrollview
vc.h #import <UIKit/UIKit.h> @interface scrollingViewController : UIViewController @property ( weak , nonatomic ) IBOutlet...
Read More
table View in swift
import UIKit class MenuViewController: UIViewController , UITableViewDelegate , UITableViewDataSource { var menuItems = [ An...
Read More
tableView (swift)
class ViewController: UIViewController,UITableViewDelegate,UITableViewDataSource { let ary = ["Dog","cat","Eleph...
Read More
Subscribe to:
Posts (Atom)