摘要:
This is a very important change in iOS 7: the status bar is no longer a separate bar. It’s now something that simply gets drawn on top of your view co... 阅读全文
摘要:
AutoLayout思想Design-By-IntentYou just describe what you want and let Auto Layout figure out how to deliver it.AutoLayout公式A = B*m + c代码的方式添加Constraints... 阅读全文
摘要:
Try this way....As per Apple Document, ImagePicker Controller never Rotate in Landscape mode. You have to use in Potrait Mode only.For disable Landsca... 阅读全文
摘要:
UITableViewis a subclass ofUIScrollView, andUITableViewDelegateconforms toUIScrollViewDelegate. So the delegate you attach to the table view will get ... 阅读全文