chocolatechip-ui-jq
chocolatechip-ui-jq copied to clipboard
i add property to UICreateTabBar
href value to navigate between view's with tab bar.
and i add tabbar>uibutton to UINavigationList
this work on my computer
Thanks for the pull request. From looking at your additions, it appears you're adding support to make the tab bar function like a navigation list. According to Apple Human Interface Guidelines for iOS, the tab bar is not navigation but to present the viewer with additional information than can fit on a screen: A tab bar gives people the ability to switch between different subtasks, views, or modes. If you example the tab bar in the native music app, it does not navigator but quick displays the relevant content. Thanks for using ChocolateChip-UI. I'm currently working on a major overhaul to combine all three versions into one, I'm expecting this will take me several months to complete since I need to write everything to run with a new abstraction layer. Cheers