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