//加上这写代码 ios7-8 -(void)viewDidLayoutSubviews { [super viewDidLayoutSubviews]; if ([tableVi…
// // main.m // test // // Created by Developer on 3/11/15. // Copyright (c) 2015 Develope…
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { self = …
- (NSInteger)tableView:(UITableView *)tableView indentationLevelForRowAtIndexPath:(NSIndex…
typedef void (^SwitchingEnvirBlock)(); void switchingEnvir(SwitchingEnvirBlock useDevice,S…
/*********************滑动手势*************************/ //创建手势名数组 UISwipeGestureRecognizerDir…
#import "ViewController.h" #import "ILTranslucentView.h" #import <QuartzCore/QuartzCore…
//设置UIColor为clearColor: cell.backgroundColor=[UIColor clearColor]; //或者,设置颜色透明度为0: cell.ba…
/** * 可复用组件.用于编写可嵌套的 xib 组件. * * 适用场景: 需要静态确定布局的页面内的UI元素的复用性问题. * 使用方法: 在xib或storyboard中,将…
+ (NSDictionary*)getObjectData:(id)obj { NSMutableDictionary *dic = [NSMutableDictionary d…
//创建UIPageControl UIPageControl * page = [[UIPageControl alloc] initWithFrame:CGRectMake(0…