How to achieve tab bar for more option like shown in below figure
I search for it, the result not found.
Is there any cocoapods associated to it. For have overlayController on More Item in TabbarController?
You feeds are highly appreciated.
Related
I was wondering if there was a way in Xcode to, instead of displaying the normal menu items or popovers, display a normal window coming from the menu bar, similar to how third party apps like CleanMyMac do it.
Thanks in advance for any help provided.
Does anyone have any idea for the following scenario?
I do have a tab sample and some tab views will integrate with the search bar view/function at the navigation bar.
Views from search results are actually live in some tabs.
How can I share the view of the search results on a certain tab where I have searched for items.
(note that view of a search result is actually live in one of the available tabs)
Here is an example:
I do have three tabs on my platform as follows:
each of the tabs will have the search bar.
Home | Map | More
I do have a profile view at the "More" tab.
If the user searches for a profile at the "Home" tab, how can I show the existing profile view at the home tab instead?
Besides that, I would like to make sure the navigation stack for any search results are always staying at the place where the user trigger search function. In this case, any search result navigation stack will
be tracked and displayed at the "Home" tab instead.
You help will be much more appreciated.
Can somebody help me out how can I achieve a Facebook/linked in type side menu. I have achieved a slider view which slides and display menu, now i am not able to figure out how to display screens corresponding to each menu.
I have thought to have multiple navigation controllers corresponding to each menu option and load the navigationcontrollers top viewcontroller on each menu item click.
I dont want to use a 3rd party library for this
Looking forward for the answer.
Thanks
Ankit
You can find a solution at PKRevealController.
I have a tab bar for my app. One of the tab is an "action" tab for which I would like to use the official iPhone compose icon here as the tab item icon, is it allowed?
It is allowed provided you use it they way it was intended to be used. So if it is used to initiate a "compose" feature it would be allowed.
Apple will not hesitate to reject an app if any of their icons are used in unintended or nonstandard ways - and will site their HIG. So if you aren't sure, I would suggest just creating something very similar yourself.
The compose item is a bar button system item, not a tab bar item. I think you will run into HIG issues with it - it is typically used to summon a modal controller for you to create an item (usually a message).
That doesn't really fit as a tab bar item, which suggests a view of information that you can switch into or out of at any time.
In addition, the graphic may not be in the correct proportion or have the right properties to use in a tab bar.
I have a iPhone app which uses TabBar in Navigation controller. I have a requirement like give a option to user to customize the tab order from settings panel from my app.
Save and reloading of tabs is done perfectly.Can we invoke default tab manager from code.
Please advice on how can we use default tabs manager to display from App setting screen.
Thanks
it is not possible to invoke default Tab bar edit screen. Instead we should create our own View-Controller to do the same work for us.