最后提交
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
{
|
||||
self = [super init];
|
||||
if (self) {
|
||||
self.frame = CGRectMake(SCREEN_WIDTH-80, SCREEN_HEIGHT-250, 80, 100);
|
||||
self.frame = CGRectMake(SCREEN_WIDTH-80, SCREEN_HEIGHT-220, 80, 100);
|
||||
[self initSubviews];
|
||||
}
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user