[ios]ScrollView小结

 

设置ScrollView

self.mysrollview.contentSize = CGSizeMake(1024,768);

self.mysrollview.pagingEnabled = YES;

self.mysrollview.bounces = NO;

posted @ 2015-08-20 13:32  南水之源  阅读(163)  评论(0)    收藏  举报