摘要:
截图:1.Command+shift+3:全屏截图,保存截图到桌面 2.Command+shift+4:鼠标选定区域截图,保存截图到桌面显示隐藏文件: defaults write com.apple.finder AppleShowAllFiles -bool true/false 阅读全文
摘要:
1:@[obj1, obj2,...] 数组2:@{key1:value1, key2:value2,...} 字典 阅读全文
摘要:
在storyboard中右键拖拽到左下角的显示类名的小方块上,会自动提示添加delegate,选择之后就将textfield的delegate添加到此controller中去了。 阅读全文
摘要:
1.modal segue返回时的segue,那么如何定义它呢,我们可以在返回到的controller中定义下面的一个函数:- (IBAction) funcName:(UIStoryboardSegue *)segue{ //当modal segue返回时会自动调用此函数}2.如何指定unw... 阅读全文