[iOS] Different size of image using cell.imageView.image. 2017-05-17 原來,不是只有我遇到,很多人的 uitablev… Read More
[iOS] performSegueWithIdentifier doesn’t trigger dismissViewControllerAnimated 2017-05-15 My setup is as follows: … Read More
[iOS] *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[1] 2017-05-15 原來 Dictionary 不能放null, 真… Read More
[iOS] How to limit character input in UIAlertView UITextField 2017-05-14 When you initialize the … Read More
[iOS] How to switch from one Tab bar to another via program 2017-05-14 選取中的 tab 的切換,原來只需要設定 ind… Read More
[iOS] How to handle click event of BackBarButtonItem in nav bar? 2017-05-14 滿神奇的,完全不用去拉 UI, 就這幾行程式,n… Read More
[iOS] How to sort NSMutableDictionary with dynamic keys? 2017-05-13 Sample 1: NSArray *keys … Read More