Liu Fengting
Liu Fengting
I think maybe when query done callback, you should call dispatch_get_main_queue().
I tried the following methods, works fine. Just upload some code, try run the demo and click the + button on the up-left. Maybe let me see some of your...
Make sure it is `dispatch_async`. other than that, I can't find any other way to solves this for now.
~~I don't seem to understand the Question. I guess you are ask about how to change the tableview into other UI maybe? I don't have the answer for that.~~ ~~But...
Try the following line : ``` - (IBAction)showAction:(UIButton *)sender { [FTPopMenu showFTMenuForViewController:self fromView:sender title:@"I am Title" menuArray:[self menuStringArray] menuImageNameArray:[self menuStringArray] perferedWidth:200 rowHeight:60 tintColor:[UIColor blackColor] doneBlock:^(NSInteger selectedIndex) { } cancelBlock:^{ }];...
@blusewang OC和Swift版支持指定frame。如果UIBarButtonItem的event事件frame不准的话,那就需要自己手动指定frame了。
应该是触控区域的问题吧,检查一下触控的点就可以了
@SriSamVictor If you’re running into the same problem, maybe it’s a bug, I will look into that tomorrow. Sorry for the delay.
I don’t think it supports what you want. You could fork it and make your changes.
You should send menuarray with array of FTPopOverMenuModel, change FTPopOverMenuModel’s selected state while selected or unselected. You may also have to set selection colors, fonts, background colors, etc. Hope it...