epptouch sdk更新,闪退修改强化
This commit is contained in:
@@ -99,7 +99,10 @@
|
||||
}
|
||||
-(void)showStoreName:(UIButton*)button
|
||||
{
|
||||
|
||||
if (self.titles.count)
|
||||
{
|
||||
|
||||
|
||||
self.tableView.frame = CGRectMake(0, 0, self.frame.size.width-40, self.titles.count>2?2*44:self.titles.count*44);
|
||||
DXPopover *popover = [DXPopover new];
|
||||
self.tableView.layer.masksToBounds=YES;
|
||||
@@ -111,6 +114,11 @@
|
||||
|
||||
|
||||
[popover showAtPoint:CGPointMake(self.oldStoreNameField.center.x, self.oldStoreNameField.center.y+15) popoverPostion:DXPopoverPositionDown withContentView:self.tableView inView:self];
|
||||
}
|
||||
else
|
||||
{
|
||||
[self makeToast:@"不存在其他宠物店"];
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user