0

I have a requirement to show one ButtonBarView in the upper half of screen and second ButtonBarView in the lower half of the screen. How to implement multiple ButtonBarView in single view controller? Please help me. This is in the XLPagerTabStrip Library from GitHub found here

Toby Clark
  • 38
  • 8
Sachin Tanpure
  • 530
  • 5
  • 11

1 Answers1

0

I'm assuming you are using a 'toolbar' to present a ButtonBarItem as I have not heard of a ButtonBarView. (I also tried finding it in the interface and could not) so if you grab two different toolbars you will be able to have one in the upper half and one in the lower half. Eg: Image Then you can link all your buttons to your view controller like normal.

Hope I answered your question, Toby :)

Community
  • 1
  • 1
Toby Clark
  • 38
  • 8
  • Also if you know how to resize images in SO could you please tell me? (Sorry, I am still kinda learning the basics of it...) – Toby Clark Oct 22 '18 at 09:14
  • Hi @Toby, actually this question is regarding to library https://github.com/xmartlabs/XLPagerTabStrip They have ButtonBarView component to show Tab bar in view controller. I have updated my question. Sorry for inconvenience. – Sachin Tanpure Oct 24 '18 at 05:46
  • Hi, I offered an edit towards the question so people will be able to find where it comes from and come up with solutions. If nobody else answers you could read their Usage/Customisation part of the GitHub website. This may provide the answer you are seeking. Sorry I could not help, Toby. – Toby Clark Oct 25 '18 at 06:22