I’d like to know how to make customable menu icon
(like Youtube for iPhone or other iOS Device.When you enter More > Edit > Configure Page and you can edit any menu on tabbar as you prefer)
I think I should make some UIView ,that will be call via “present modal” method , concern about editable Menu Icon with Drag Drop Menu positioning.then it’s done I’ll save data about menu position in some data persistence. and use this data to rearrange Tabbar Layout.
so, any suggestion or hint ?
All you have to do is setting the TabBarController’s customizableViewControllers.
Note that this is not persistent.
Check Erica’s tutorial on that, it might help you.