上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 98 下一页
摘要: LoginViewController* controller = [[LoginViewControlleralloc] initWithNibName:@"LoginViewController"bundle:nil]; UINavigationController* navi = [[UINavigationControlleralloc] initWithRootViewController:controller]; navi.navigationBarHidden = YES; [self.navigationControllerpresentModalViewC 阅读全文
posted @ 2013-07-29 17:23 路在脚下, 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-07-29 17:18 路在脚下, 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 如果 present两次,那么想 回到 过去,就需要 dismiss两次,不然的话 会被盖住的,ps: verifiNum = [[JSON objectForKey:@"data"] stringValue];自动解析成 nsnumber类型了,然后这样改下, 阅读全文
posted @ 2013-07-29 13:27 路在脚下, 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 透明 的部分 要 好好的留着,ps:fit to size from ttattributelabel 阅读全文
posted @ 2013-07-26 16:30 路在脚下, 阅读(193) 评论(0) 推荐(0) 编辑
摘要: ```- (void)scrollViewDidScroll:(UIScrollView *)scrollView; { CGFloat y ; if (scrollView.contentOffset.y < 0) { y = scrollView.contentOffset.y; self.he 阅读全文
posted @ 2013-07-26 13:53 路在脚下, 阅读(168) 评论(0) 推荐(0) 编辑
摘要: notificationsArr = [notificationsArr sortedArrayUsingComparator:^NSComparisonResult(id item1, id item2) { UILocalNotification *local1 = item1; UILocalNotification *local2 = item2; double one = [local1.fireDate timeIntervalSince1970]; double two = [local2.fireDate timeIntervalSince1970];... 阅读全文
posted @ 2013-07-26 12:14 路在脚下, 阅读(256) 评论(0) 推荐(0) 编辑
摘要: self.tableView.tableHeaderView=header;section 的header,ps:延迟 1秒,用 performSelector,// [self performSelector:@selector(pushViewController:) withObject:controller afterDelay:1]; 阅读全文
posted @ 2013-07-25 16:43 路在脚下, 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-07-25 15:17 路在脚下, 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1,我的主页主页关注列表歌迷列表留言列表留言会话(详情)相册展示好友主页详细资料2,音乐漂流音乐漂流3,通讯录通讯录添加与邀请好友名录黑名单 阅读全文
posted @ 2013-07-25 14:07 路在脚下, 阅读(142) 评论(0) 推荐(0) 编辑
摘要: char *sql = "SELECT idNubmer,title FROM Function"; idNumber,ps:svn is too old,关闭 重开ps:[pickerreloadComponent:SHI]; [pickerselectRow:0inComponent:SHIanimated:YES];一个小顺序, 阅读全文
posted @ 2013-07-24 17:37 路在脚下, 阅读(233) 评论(0) 推荐(0) 编辑
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 98 下一页