摘要: Cocoa is a dynamically typed language, and you can easily get confused about what type you are working with.Collections (arrays, dictionaries, and so ... 阅读全文
posted @ 2014-08-14 16:20 Master HaKu 阅读(236) 评论(0) 推荐(0) 编辑
摘要: Problem:How to create a layer that looks like your notification center's or control center's backgroundSolution:Using UIImage+ImageEffects to Create a... 阅读全文
posted @ 2014-08-14 15:43 Master HaKu 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 以前学过C/C++/Java/C#语言的童鞋可能刚开始对于OC的方法和参数的命名规范大为不爽举例来说,如下一个OC方法:- (void)tableView:(UITableView *)tableViewcommitEditingStyle:(UITableViewCellEditingStyle)... 阅读全文
posted @ 2014-08-14 10:53 Master HaKu 阅读(6639) 评论(0) 推荐(0) 编辑
摘要: iOS中CollectionCiew由于多次点击,会给程序造成错误。这个时候,我们可以用过手势类来进行判断和过滤。但是,有一个快捷的解决方法,那就是给用户响应增加延时操作。具体代码如下:[collectionView setUserInteractionEnabled:NO];[collection... 阅读全文
posted @ 2014-08-14 10:09 Master HaKu 阅读(2053) 评论(0) 推荐(0) 编辑