文章分类 -  IOS

IOS
iOS动画 CGRectMake
摘要:iOS页面切换动画实现方式。1.使用UIView animateWithDuration:animations:completion方法[UIView animateWithDuration:0.2f animations:^{ detail.view.frame = CGRectMa... 阅读全文
posted @ 2014-07-17 10:49 .NET每天一小步
NSNotificationCenter传参
摘要:BjBroadcast.h//// BjBroadcast.h// NotificationDemo//// Created by valenty on 14-5-26.// Copyright (c) 2014年 valenty. All rights reserved.//#import... 阅读全文
posted @ 2014-05-26 22:41 .NET每天一小步 阅读(289) 评论(0) 推荐(0)
IOS对输入框的文本内容进行限制与IOS中输入框被软键盘遮挡的解决办法功能
摘要:(1)首先,肯定要 让controller 实现UITextFieldDelegate (针对UITextField)或者UITextViewDelegate(针对UITextView) 然后,将 输入框的delegate属性设置为self. (2) 然后,我们就可以用这两个delegat... 阅读全文
posted @ 2014-05-23 14:28 .NET每天一小步 阅读(344) 评论(0) 推荐(0)
Xcode cannot run using the selected device. 解决办法
摘要:Xcode cannot run using the selected device.1.重启(当然这种方法一般情况下不管用)2. 查看证书是否是正确的3.PROJECT --> Info --> Deployment Target --> IOS Deployment Target 里面的值 要设... 阅读全文
posted @ 2014-05-20 17:55 .NET每天一小步 阅读(272) 评论(0) 推荐(0)