你所謂的接在後面是不是指要把page2的data append在dataFromAPI裡而不是直接取代
樓上我偶像!!!!!!!!!!!! 一個小建議你的minus func 跟 plus func應該可以寫成一個就好根據sender的tag決定要給那個變數跟la...
func showSetting() {backView.addGestureRecognizer(UITapGestureRecognizer(targ...
疑問 2collectionView.bounds 的大小是隨著往左滑動的卡片數量增長的嗎?==>collectionView.bounds不是固定的嗎?...
shineView = UIImageView(frame: CGRect(x: 0, y: 0, width: frame.width * 1.3, heig...
swift裡說的 AutoClosure(@autoclosure) 功用應該就你最後一段描述的 美化函數參數中有閉包寫的方式而已,你說的延遲處理就是閉包的使用...
個人習慣不需要用到返回值會用foreach_ = self.buttons.map{($0.alpha == 0) ? ($0.alpha = 1) : ($0...