gavinkwoe / BeeFramework

[Experimental] A semi-hybrid framework that allows you to create mobile apps using Objective-C and XML/CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bee的忠实使用者,遇到了几个问题,能否帮我分析下

leon2011leon opened this issue · comments

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条,同求!

  1. 在新版中修正
  2. 在新版中修正
  3. 在新版中修正
  4. 在新版中修正
  5. 没太懂
  6. 在新版中修正
  7. 有内置手势支持
  8. 目前不支持,新框架中可能支持

OK,谢谢郭大