Custom page controll with words instead of dots - Swift [closed]
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
ios swift collectionview uipagecontrol
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.
add a comment |
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
ios swift collectionview uipagecontrol
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
add a comment |
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
ios swift collectionview uipagecontrol
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
ios swift collectionview uipagecontrol
ios swift collectionview uipagecontrol
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
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.
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
add a comment |
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.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Nov 21 '18 at 19:11
iDev750iDev750
5961315
5961315
add a comment |
add a comment |
1
Definitely not using page control
– Sulthan
Nov 21 '18 at 17:02