随笔分类 -  iOS

摘要:UIViewController+BackButtonHandler.h#import @protocol BackButtonHandlerProtocol @optional// Override this method in UIViewController derived class to ... 阅读全文
posted @ 2015-08-06 17:34 溜溜达达 阅读(387) 评论(0) 推荐(0)
摘要:UIBarButtonItem *updateButton = [[UIBarButtonItem alloc] initWithTitle:@"修改" style:UIBarButtonItemStylePlain target:self action:@selector(updateInfo)]... 阅读全文
posted @ 2015-07-06 13:32 溜溜达达 阅读(430) 评论(0) 推荐(0)
摘要:- (void)scrollViewWillBeginDragging:(UIScrollView *)scrollView{ //拖动前的起始坐标 startContentOffsetX = scrollView.contentOffset.x; }- (void)scrollViewWil... 阅读全文
posted @ 2015-06-29 10:46 溜溜达达 阅读(1923) 评论(0) 推荐(0)
摘要:l来自:http://blog.csdn.net/wmqi10/article/details/8297316做IOS开发时,难免会遇到输入框被键盘遮掩的问题。上网上搜索了很多相关的解决方案,看了很多,但是由衷的觉得太麻烦了。 有的解决方案是将视图上的所有的东西都添加到一个滚动视图对象( UIScr... 阅读全文
posted @ 2015-05-03 17:13 溜溜达达 阅读(1162) 评论(0) 推荐(0)