上一页 1 ··· 3 4 5 6 7
摘要: iOS 开发 级:UIToolbar,UINavigationBar,UITabBar,UIBarButtonItem,UITabBarItem自定义方法总结发布者:啷哩个啷时间:2013-03-20 05:00:06 对于UIToolbar,UINavigationBar,UITabBar,UIBarButtonItem,UITabBarItem这几种控件的自定义,因为具备共同性,因此放在一起讨论。通常有两种方式来实现自定义。1)获取控件的对象,然后对这个特定的对象进行特定的修改。2)利用UIAppearance来实现对所有同类控件及特定同类的自定义。因为大多 数应用里面的自定义为了美观,基 阅读全文
posted @ 2013-06-18 16:36 LiuZX_贤 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 将uiwebview在一个thread中使用了,得到如下提示 “void_WebThreadLockFromAnyThread(bool),0x8e68890:Obtainingtheweblockfromathreadotherthanthemainthreadorthewebthread.UIKitshouldnotbecalledfromasecondarythread.” 核心的意思”UIKit should not be called from a secondary thread.“,IOS中不能把与uikit相关的操作(主要是UI控件的操作)放到一个新键线程中去 阅读全文
posted @ 2013-05-07 15:51 LiuZX_贤 阅读(156) 评论(0) 推荐(0) 编辑
摘要: command + ↑/↓ 选中....Mac系统常用快捷键注:Command即苹果键,也有人称为花键。Ctrl即control键。Escape即键盘左上角的esc键。Space空格键。在x86版中:win键 = 花键ctrl键 = Ctrl^键Alt 键 = Optionshift 键 = shift屏幕捕捉快捷键动作……………………….保存到…………-快捷键全屏捕捉……………………桌面(.PDF文件)……Command + Shift + 3 (win+shift+3)屏幕部分画面………………..桌面(.PDF文件)……Command + Shift + 4 (win+shift+4).. 阅读全文
posted @ 2013-03-01 23:55 LiuZX_贤 阅读(243) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7