Custom page controll with words instead of dots - Swift [closed]












0















I am currently making a timetable in a collectionView.
I want the user to scroll through the weeks using paging in the collectionView.



I am struggling to change the dots into words like: Monday, Tuesday, Wednesday. IS this possible using page controll, or should I code from scratch? See image for example



enter image description here










share|improve this question













closed as too broad by Samuel Liew Nov 30 '18 at 12:54


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • 1





    Definitely not using page control

    – Sulthan
    Nov 21 '18 at 17:02
















0















I am currently making a timetable in a collectionView.
I want the user to scroll through the weeks using paging in the collectionView.



I am struggling to change the dots into words like: Monday, Tuesday, Wednesday. IS this possible using page controll, or should I code from scratch? See image for example



enter image description here










share|improve this question













closed as too broad by Samuel Liew Nov 30 '18 at 12:54


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • 1





    Definitely not using page control

    – Sulthan
    Nov 21 '18 at 17:02














0












0








0








I am currently making a timetable in a collectionView.
I want the user to scroll through the weeks using paging in the collectionView.



I am struggling to change the dots into words like: Monday, Tuesday, Wednesday. IS this possible using page controll, or should I code from scratch? See image for example



enter image description here










share|improve this question














I am currently making a timetable in a collectionView.
I want the user to scroll through the weeks using paging in the collectionView.



I am struggling to change the dots into words like: Monday, Tuesday, Wednesday. IS this possible using page controll, or should I code from scratch? See image for example



enter image description here







ios swift collectionview uipagecontrol






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 21 '18 at 15:36









AsbisAsbis

578




578




closed as too broad by Samuel Liew Nov 30 '18 at 12:54


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









closed as too broad by Samuel Liew Nov 30 '18 at 12:54


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.










  • 1





    Definitely not using page control

    – Sulthan
    Nov 21 '18 at 17:02














  • 1





    Definitely not using page control

    – Sulthan
    Nov 21 '18 at 17:02








1




1





Definitely not using page control

– Sulthan
Nov 21 '18 at 17:02





Definitely not using page control

– Sulthan
Nov 21 '18 at 17:02












2 Answers
2






active

oldest

votes


















0














You can try this pods, I think it will help you.



https://github.com/rechsteiner/Parchment



Parchment is a very flexible paging view controller. It let’s you page between view controllers while showing any type of generic indicator that scrolls along with the content. Here are some benefits of using Parchment:



https://github.com/xmartlabs/XLPagerTabStrip



XLPagerTabStrip is a Container View Controller that allows us to switch easily among a collection of view controllers. Pan gesture can be used to move on to next or previous view controller. It shows a interactive indicator of the current, previous, next child view controllers.






share|improve this answer





















  • 1





    A link to a solution is welcome, but please ensure your answer is useful without it: add context around the link so your fellow users will have some idea what it is and why it’s there, then quote the most relevant part of the page you're linking to in case the target page is unavailable. Answers that are little more than a link may be deleted.

    – Zoe
    Nov 21 '18 at 16:42











  • Thanks, I will edit my answer

    – Ammar
    Nov 21 '18 at 16:46






  • 1





    Thank you for your help i will try it out! Looks like what i just needed!

    – Asbis
    Nov 21 '18 at 17:06



















0














I think you can make it custom components. It's easy to implement.



Take UICollectionView to this paging options. And add UITableView below to UICollectionView.



Change your data after select any item in UICollectionView.






share|improve this answer






























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    You can try this pods, I think it will help you.



    https://github.com/rechsteiner/Parchment



    Parchment is a very flexible paging view controller. It let’s you page between view controllers while showing any type of generic indicator that scrolls along with the content. Here are some benefits of using Parchment:



    https://github.com/xmartlabs/XLPagerTabStrip



    XLPagerTabStrip is a Container View Controller that allows us to switch easily among a collection of view controllers. Pan gesture can be used to move on to next or previous view controller. It shows a interactive indicator of the current, previous, next child view controllers.






    share|improve this answer





















    • 1





      A link to a solution is welcome, but please ensure your answer is useful without it: add context around the link so your fellow users will have some idea what it is and why it’s there, then quote the most relevant part of the page you're linking to in case the target page is unavailable. Answers that are little more than a link may be deleted.

      – Zoe
      Nov 21 '18 at 16:42











    • Thanks, I will edit my answer

      – Ammar
      Nov 21 '18 at 16:46






    • 1





      Thank you for your help i will try it out! Looks like what i just needed!

      – Asbis
      Nov 21 '18 at 17:06
















    0














    You can try this pods, I think it will help you.



    https://github.com/rechsteiner/Parchment



    Parchment is a very flexible paging view controller. It let’s you page between view controllers while showing any type of generic indicator that scrolls along with the content. Here are some benefits of using Parchment:



    https://github.com/xmartlabs/XLPagerTabStrip



    XLPagerTabStrip is a Container View Controller that allows us to switch easily among a collection of view controllers. Pan gesture can be used to move on to next or previous view controller. It shows a interactive indicator of the current, previous, next child view controllers.






    share|improve this answer





















    • 1





      A link to a solution is welcome, but please ensure your answer is useful without it: add context around the link so your fellow users will have some idea what it is and why it’s there, then quote the most relevant part of the page you're linking to in case the target page is unavailable. Answers that are little more than a link may be deleted.

      – Zoe
      Nov 21 '18 at 16:42











    • Thanks, I will edit my answer

      – Ammar
      Nov 21 '18 at 16:46






    • 1





      Thank you for your help i will try it out! Looks like what i just needed!

      – Asbis
      Nov 21 '18 at 17:06














    0












    0








    0







    You can try this pods, I think it will help you.



    https://github.com/rechsteiner/Parchment



    Parchment is a very flexible paging view controller. It let’s you page between view controllers while showing any type of generic indicator that scrolls along with the content. Here are some benefits of using Parchment:



    https://github.com/xmartlabs/XLPagerTabStrip



    XLPagerTabStrip is a Container View Controller that allows us to switch easily among a collection of view controllers. Pan gesture can be used to move on to next or previous view controller. It shows a interactive indicator of the current, previous, next child view controllers.






    share|improve this answer















    You can try this pods, I think it will help you.



    https://github.com/rechsteiner/Parchment



    Parchment is a very flexible paging view controller. It let’s you page between view controllers while showing any type of generic indicator that scrolls along with the content. Here are some benefits of using Parchment:



    https://github.com/xmartlabs/XLPagerTabStrip



    XLPagerTabStrip is a Container View Controller that allows us to switch easily among a collection of view controllers. Pan gesture can be used to move on to next or previous view controller. It shows a interactive indicator of the current, previous, next child view controllers.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Nov 21 '18 at 16:48

























    answered Nov 21 '18 at 16:03









    AmmarAmmar

    1929




    1929








    • 1





      A link to a solution is welcome, but please ensure your answer is useful without it: add context around the link so your fellow users will have some idea what it is and why it’s there, then quote the most relevant part of the page you're linking to in case the target page is unavailable. Answers that are little more than a link may be deleted.

      – Zoe
      Nov 21 '18 at 16:42











    • Thanks, I will edit my answer

      – Ammar
      Nov 21 '18 at 16:46






    • 1





      Thank you for your help i will try it out! Looks like what i just needed!

      – Asbis
      Nov 21 '18 at 17:06














    • 1





      A link to a solution is welcome, but please ensure your answer is useful without it: add context around the link so your fellow users will have some idea what it is and why it’s there, then quote the most relevant part of the page you're linking to in case the target page is unavailable. Answers that are little more than a link may be deleted.

      – Zoe
      Nov 21 '18 at 16:42











    • Thanks, I will edit my answer

      – Ammar
      Nov 21 '18 at 16:46






    • 1





      Thank you for your help i will try it out! Looks like what i just needed!

      – Asbis
      Nov 21 '18 at 17:06








    1




    1





    A link to a solution is welcome, but please ensure your answer is useful without it: add context around the link so your fellow users will have some idea what it is and why it’s there, then quote the most relevant part of the page you're linking to in case the target page is unavailable. Answers that are little more than a link may be deleted.

    – Zoe
    Nov 21 '18 at 16:42





    A link to a solution is welcome, but please ensure your answer is useful without it: add context around the link so your fellow users will have some idea what it is and why it’s there, then quote the most relevant part of the page you're linking to in case the target page is unavailable. Answers that are little more than a link may be deleted.

    – Zoe
    Nov 21 '18 at 16:42













    Thanks, I will edit my answer

    – Ammar
    Nov 21 '18 at 16:46





    Thanks, I will edit my answer

    – Ammar
    Nov 21 '18 at 16:46




    1




    1





    Thank you for your help i will try it out! Looks like what i just needed!

    – Asbis
    Nov 21 '18 at 17:06





    Thank you for your help i will try it out! Looks like what i just needed!

    – Asbis
    Nov 21 '18 at 17:06













    0














    I think you can make it custom components. It's easy to implement.



    Take UICollectionView to this paging options. And add UITableView below to UICollectionView.



    Change your data after select any item in UICollectionView.






    share|improve this answer




























      0














      I think you can make it custom components. It's easy to implement.



      Take UICollectionView to this paging options. And add UITableView below to UICollectionView.



      Change your data after select any item in UICollectionView.






      share|improve this answer


























        0












        0








        0







        I think you can make it custom components. It's easy to implement.



        Take UICollectionView to this paging options. And add UITableView below to UICollectionView.



        Change your data after select any item in UICollectionView.






        share|improve this answer













        I think you can make it custom components. It's easy to implement.



        Take UICollectionView to this paging options. And add UITableView below to UICollectionView.



        Change your data after select any item in UICollectionView.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 21 '18 at 19:11









        iDev750iDev750

        5961315




        5961315















            Popular posts from this blog

            Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

            ts Property 'filter' does not exist on type '{}'

            mat-slide-toggle shouldn't change it's state when I click cancel in confirmation window