摘要: scrollView的宽度设置为你想要平移的宽度。比如一次平移 200, 可以将scrollView的frame 设置为 self.scrollView.frame=CGRectMake(0,0,200, [[UIScreenmainScreen]bounds].size.width); co... 阅读全文
posted @ 2015-11-06 16:29 逆时光 阅读(1958) 评论(0) 推荐(0) 编辑
摘要: TableView行缩进-(NSInteger)tableView:(UITableView *)tableView indentationLevelForRowAtIndexPath:(NSIndexPath *)indexPath{ return indexPath.row + 10;}如果是自... 阅读全文
posted @ 2015-11-06 16:05 逆时光 阅读(610) 评论(0) 推荐(0) 编辑
摘要: - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation... 阅读全文
posted @ 2015-11-06 16:00 逆时光 阅读(1272) 评论(0) 推荐(0) 编辑
摘要: 1.在AppDelegate中设置微信代理@interface AppDelegate ()2.在openUrl中判断返回url 并设置代理- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sour... 阅读全文
posted @ 2015-11-06 15:37 逆时光 阅读(458) 评论(0) 推荐(0) 编辑