*.o,*.lo,*.la,*.al,.libs,*.so,*.so.[0-9]*,*.pyc,*.pyo,*.rej,*~,#*#,.#*,....
在cell里設(shè)置: - (void)setFrame:(CGRect)frame{ frame.origin.x += 0; frame.ori...
[self.window.rootViewController.navigationController pushViewController:...
self.tabBarController.selectedIndex = 0; [self.navigationController popT...
通過寫UITextField的點(diǎn)擊事件傳值: self.titleTextField.delegate = self; [self.titleT...
NSString *strT = [NSString stringWithFormat:@"%@",dic[@"birthDate"]]; NS...
//cell的點(diǎn)擊方法 -(void)tableView:(UITableView *)tableView didSelectRowAtInde...
iOSUIScrollView的下拉刷新和上拉加載的實(shí)現(xiàn) 下面我簡(jiǎn)單的說一說iosUIScrollView的下拉刷新和上拉加載的實(shí)現(xiàn)。 首先導(dǎo)入...