I have seen many applications creating a sidebar on the left, as shown above. Apparently, this is not a split view controller, as there is a patch size for this.
Does anyone know how to do this? Can I get some guidance or advice on this?
This can be done by simply adding to your main view a UIView with a "vertical" frame, for example. (0, 0, 44, screenHeight). Then this view should be filled with all the icons you need ...
UIView
There is nothing more as far as I can see.
This tutorial shows how you can implement such a βcustom tab barβ, he also made a video about it,
You cannot use the default UITabBarController from iOS. You will need to make your own tab bar. You can use UIView with some UIButtons added as subviews.
Source: https://habr.com/ru/post/1441243/More articles:When the UIWebView frame has changed, scrollView has also changed, how can I change only the frame? - iosasynchronous call using ajaxSubmit - jquery.form - jqueryConfigure iOS 6 ActivityViewController for weibo etc. - objective-cexception when adding a row to google table - c #The easiest way to get rid of the "crop" in (by converting to a state machine) a recursive generator method? - c #What exception do we get with low RAM in memory? - c #Generate 3 uniform random variables that add up to 0 - randomMarshal XMLAttribute in derived class - xmlHow to disable browsing when using UIPickerView - iosDigital game algorithm - javascriptAll Articles