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