SF
Dean
Dean
注册登录
关注博客
注册登录
主页
关于
RSS
由于navigation引起viewwillappear不被调用
Dean
2015-02-03
阅读 1 分钟
1.8k
来源: [链接] .h: {代码...} .m: {代码...}
cell是否到最后一行
Dean
2015-01-04
阅读 1 分钟
2.1k
{代码...}
操作选中cell 所有cell操作相同情况下
Dean
2014-12-31
阅读 1 分钟
1.6k
didSelectRowAtIndexPath中 {代码...}
cell去除多余分割线
Dean
2014-12-31
阅读 1 分钟
2.3k
tableView调用 {代码...}
label自动换行
Dean
2014-12-31
阅读 1 分钟
1.9k
{代码...}
判断当前viewcontroller是否是某个特定类
Dean
2014-12-28
阅读 1 分钟
4.2k
{代码...}
错误:Command /usr/bin/codesign failed with exit code 1
Dean
2014-12-26
阅读 1 分钟
3.6k
profile冲突,查看Xcode下当前使用profile buildsetting -> Provision Profiles -> other Users -> username -> Library -> MobileDevice -> Provisioning Profiles 删除同名.mobileProvision文件 重新运行
shareSDK分享 错误:“ 尚未设置微信的URL Scheme”
Dean
2014-12-24
阅读 1 分钟
5.6k
在info.plist文件的URL types中的URL Schemes 加入微信开放平台申请的AppID
不能在simulator运行
Dean
2014-12-19
阅读 1 分钟
1.9k
An error was encountered while running (Domain = NSPOSIXErrorDomain, Code = 22)
避免tableview自动弹回
Dean
2014-12-16
阅读 1 分钟
3.8k
scrollview 属性 bounce设置成no
view边框阴影
Dean
2014-11-20
阅读 1 分钟
2.2k
{代码...}
通知应用
Dean
2014-11-20
阅读 1 分钟
2k
{代码...}
linker command failed
Dean
2014-11-13
阅读 1 分钟
2.1k
错误 ld: library not found for -lPods clang: error: linker command failed with exit code 1 解决 Click on your project -> target -> build phases -> link binary with libraries then remove ...
UITextField设置正文缩进
Dean
2014-11-03
阅读 1 分钟
3.3k
{代码...}
pathForResource返回(null) 无法读取plist文件
Dean
2014-10-30
阅读 1 分钟
3.4k
{代码...} 方法: 项目 -> Build phases -> CopyBundleResources 添加navmenu.plist
cookie清除
Dean
2014-10-27
阅读 1 分钟
1.9k
{代码...}
cookies
Dean
2014-10-27
阅读 1 分钟
2k
{代码...}
ios webview清除缓存
Dean
2014-10-27
阅读 1 分钟
5.4k
{代码...}
release时,禁用NSAssert
Dean
2014-10-14
阅读 1 分钟
3.6k
调试cocoa程序在程序出错时,不会马上停止。使用宏NSAssert可以让程序出错时马上抛出异常。在debug情况下,所有NSAssert都会被执行。在release下不希望NSAssert被执行,我们通常在release种将断言设置成禁用。 设置方法:在targets种选择build,选择release。在gcc preprocessing下增加Preprocessor Macros 值为 NS_BLOC...
去掉UItableview header(footer)view黏性(sticky)
Dean
2014-09-24
阅读 1 分钟
3k
{代码...}
tableview的分割线延长
Dean
2014-09-24
阅读 1 分钟
2.1k
{代码...}
TableViewCell重用导致数据混乱
Dean
2014-09-22
阅读 1 分钟
2.2k
TableViewCell重用导致数据混乱 标识位在不同row 或 section时, 使用不同cell名。
Assertion failure 错误
Dean
2014-09-22
阅读 1 分钟
2.4k
错误提示: {代码...} 原因:cellForRowAtIndexPath返回为nil 注意 {代码...} 的位置
Xcode 5.1 - No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386)
Dean
2014-09-11
阅读 1 分钟
6.5k
"Valid Architectures" add "arm64"
类型强转
Dean
2014-09-10
阅读 1 分钟
2.4k
提示:Initializing 'AppDelegate *_strong' with an expression of incompatible type 'id'
Xcode报错位置确定
Dean
2014-09-04
阅读 1 分钟
2.4k
Debug -> breakpoints -> Create Exception Breakpoint 程序崩溃时 自动跳转到崩溃位置
字典不可以传空值
Dean
2014-08-29
阅读 1 分钟
4.1k
{代码...} 字典传空值报错 字典传值前加入判断 如用户名密码textfield为空 {代码...}
UINavigationController popToViewController用法
Dean
2014-08-29
阅读 1 分钟
3.4k
{代码...} // 或 {代码...} 栈中抽取
'Pushing a navigation controller is not supported'
Dean
2014-08-29
阅读 1 分钟
5k
navigationController pushViewController时 不可以push另一个navigationController push的页面不能继承UINavigationController
切换控制器方法
Dean
2014-08-29
阅读 1 分钟
2.5k
在一个控制器中 需要跳转页面的地方 // 重置程序主控制器,完成页面跳转** {代码...} // 或 {代码...}
1
(current)
2
下一页
1
(current)
下一页