- (id)initWithCoder:(NSCoder *)aDecoder
{
self = [super initWithCoder:aDecoder];
if (self) {
self.edgesForExtendedLayout = UIRectEdgeNone;
}
return self;
}
参考:http://blog.csdn.net/hcy_12345/article/details/48130345
- (id)initWithCoder:(NSCoder *)aDecoder
{
self = [super initWithCoder:aDecoder];
if (self) {
self.edgesForExtendedLayout = UIRectEdgeNone;
}
return self;
}
参考:http://blog.csdn.net/hcy_12345/article/details/48130345