2012年12月2日

iphone 实现九宫格效果

摘要: 上面的是就功能的实现效果图 当然,能在布局上不是很完美,但是在功能上已经是OK了,这也是根据别人的实现我自己实现了一下的。具体的代码如下:- (void)viewDidLoad{ [superviewDidLoad];// Do any additional setup after loading the view, typically from a nib. UIImageView * contentView = [[UIImageViewalloc] initWithFrame:[[UIScreenmainScreen] applicationFrame]]; [contentVi... 阅读全文

posted @ 2012-12-02 18:49 景树园 阅读(209) 评论(0) 推荐(0)

导航