Closed leon2011leon closed 10 years ago
1.beeuialertview crash self = [super initWithTitle:nil message:nil delegate:nil cancelButtonTitle:nil otherButtonTitles:nil]; 如果换成下面的self = [super init];则ok 2.statusbar颜色好像写死了,得手动更改颜色 3.weixin sdk无法分享,得替换lib 4.beeuibutton event,如果重新设置事件,上一个事件最好移除 5.AsiformDataRequest post 图片时,因为不带文件后缀,有些服务器收不到图片 6.UIViewController+UINavigationBar - (void)showBarButton:(NSInteger)position custom:(UIView *)view函数未完成 7.ios7,navigationbar back item无法使用,导致在ios7上无法右滑pop stack 8.按钮在某些情况下,touchupinside时,无法及时响应touch高亮
本人能力有限,有可能以上只是我使用方法不对,希望能得到你的帮助
第7条,同求!
OK,谢谢郭大
1.beeuialertview crash self = [super initWithTitle:nil message:nil delegate:nil cancelButtonTitle:nil otherButtonTitles:nil]; 如果换成下面的self = [super init];则ok 2.statusbar颜色好像写死了,得手动更改颜色 3.weixin sdk无法分享,得替换lib 4.beeuibutton event,如果重新设置事件,上一个事件最好移除 5.AsiformDataRequest post 图片时,因为不带文件后缀,有些服务器收不到图片 6.UIViewController+UINavigationBar - (void)showBarButton:(NSInteger)position custom:(UIView *)view函数未完成 7.ios7,navigationbar back item无法使用,导致在ios7上无法右滑pop stack 8.按钮在某些情况下,touchupinside时,无法及时响应touch高亮
本人能力有限,有可能以上只是我使用方法不对,希望能得到你的帮助