How To Edit Categories Page In PrestaShop - prestashop-1.6

I want to customize the categories page and place the categories which are in the navigation to be placed in the left sidebar.
I have given a screen shot
Any help would be appreciated
Left side bar presta,

Related

Recommended control or page flow for iOS app

I have an app that implement only two main features - a form to create a table entry and another to look it up with entry screen as login screen. What is the best way to implement the screen flow navigation to these different features? Possible options:
Have a new screen after login screen to display a menu to navigate to form or to search screen - just one more screen for navigation purpose is not very intuitive
Use tab bar controller - but usually tab bar has minimum of 3 items, in my case its only two
Any other recommendations?
One optimal option could be,
Post login there should only screen which shows a list of entries with a search bar at the top
In the search bar, you can search Entry - Display the results based on your search query
Display the selected item details on based on selection
In the navigation bar, you can show one + bar button item to add an entry
On tapping the + item -> Create Entry Form -> Confirmation Screen
It should look like,

iOS Design: Is a search button better placed in navigation bar or in its own tab?

I have an app and a feature is where people can search by tags and a big problem I am having is whether I should put the search button in its own tab or in the navigation bar right side.
Setup is currently a tab bar with the feed, browse, and profile tabs. I would either be adding a 4th tab for search, or place it in the right side of the navigation bar of each tab. Can I get pros and cons of each of these options to consider?
If you consider search a core functionality of your app, equal to the levels of your feed, browse, and profile, then I would place it in the tab bar.
If search is meant to behave differently on your feed, browse, and profile pages, I would place it in the nav bar.
I hope this helps; its difficult to make a judgement like this because there is no right answer.

Dropdown list in Table view

i want to add a drop down list For e.g:
I need two menus like chats and soups.
In chat i have to display some chat items
similarly in soup items i need to display some soup items.
While selecting the chat menu, the soup menu items should hidden and soup menu bar to be pushed down displayed with an right arrow similarly when i select soup menu chat menu items should hidden and chat menu bar to be pushed up with a right arrow. How can i add this in using UITableView ..
You could use a UISegmentedControl. The user can switch between different tableViews, depending on which segment is selected. The selected tableViewController is displayed inside a containerView.
This is what I've been doing in a Composite Gospel app:
I have used the subtable master which acts as drop down in table view itself.attached link below
https://github.com/ajkoshy7/SubTable

How to show the tool bar in map view?

I add toolbar in my story board in the below of navigation and map view and link it but it show only the navigation bar … at the output please give me the solution for that i tried so many but it won't…coming..please help me….

Linking custom iOS buttons to footer nav buttons

Im going to say this straight up - I'm an xcode noob. I am designing an app which has custom buttons on the home screen as well as a footer nav with buttons. When I select the custom button it goes to the right view but the footer nav button is not highlighted.
I just need to find a way to tell the footer nav i am on that section (got their by clicking on the home button). Apparently i have been told there is no way to do this so i might as well scrap my home view custom buttons. I'm hoping to find someone here with a different view. I would provide a screenshot so it makes my explanation clearer but i have not got a high enough rating.
Originally i just wanted to hide the nav bar for the home screen but i was also told that it was not possible. Its there the whole time or not at all. Looking for a second opinion...
Use the following code to hide navigation bar
self.navigationController.navigationBarHidden=YES;
Also, just wanted to confirm, when you say footer navigation buttons, do you mean a tabbed view? some thing like this screenshot?
If you could provide some screenshots would be great.

Resources