![]() ![]() ![]() ![]() |
|||||
|
|||||
樓主 kandeun ![]()
![]() |
1樓
作者回應
kandeun ![]() |
//網路範例 (自訂func)
func loadCellDescriptors() { if let path = NSBundle.mainBundle().pathForResource("CellDescriptor", ofType: "plist") { cellDescriptors = NSMutableArray(contentsOfFile: path) } } // 取得螢幕的尺寸 let fullScreenSize = UIScreen.mainScreen().bounds.size //從紅色部分就沒有自動完成了 // 建立 UITableView 並設置原點及尺寸 let myTableView = UITableView(frame: CGRect( x: 0, y: 20, width: fullScreenSize.width, height: fullScreenSize.height - 20), style: .Grouped) 修正上色
本篇文章回覆於2017-06-16 16:45
== 簽名檔 ==
--未登入的會員無法查看對方簽名檔-- |
2樓 |
SWIFT也有分版本
本篇文章回覆於2017-06-22 11:57
== 簽名檔 ==
--未登入的會員無法查看對方簽名檔-- |
回覆 |
如要回應,請先登入. |