UIViewController 視圖控制器 抽象類:不能直接通過創(chuàng)建使用對象,需要定義該類的子類,然后再創(chuàng)建對象使用 創(chuàng)建VC對象 UIViewController*vc ...
滾動的原因:控件大小限制了可顯示范圍如果想要顯示更多的內容需要滾動 滾動的條件:內容大小>frame.size 內容大小 self.sv.contentSize=CGSize...
addTarget:action:forControlEvents 添加響應事件(滿足什么條件下 讓人調用某方法) UISegmentedControl 分段控制器 選中分段...
準備工作: 1.刪除Main 2.ARC->MRC 3.刪除文件(ViewController.h/.m) 4.strong->retain(AppDelegate.h) 5...