At 4:22 make sure to add an additional property to the DataViewController var index: Int? This is used later on when assigning the index for the presented view controller.
@eladeforwa4 жыл бұрын
Thank you : ) I came to the comment section to look for it😊
@diglan783 жыл бұрын
Cool tutorial
@judeiyoha66954 жыл бұрын
Nice tutorial video. Please how can i make it autoscroll?
@Fauzi-zk7jf5 жыл бұрын
Thank you! I'm already liked and subscribed! Is possible to change the position page control from bottom to above? If possible, How? Is possible to change the size or shape of page control dots? How?
@satishmavani214 жыл бұрын
let me know if you have found anything
@arkadijsmakarenko92124 жыл бұрын
Good stuff ! how to make auto start with Timer?
@reignover172 жыл бұрын
this is the most fucking tricky thing i've seen in iOS. thanks a lot!
@diegocruz64064 жыл бұрын
It works for iOS 12 or lower?
@yanchengcheok4 жыл бұрын
In the video, it doesn't explicitly show that, DataViewController needs to be the custom class for Storyboard's newly added ViewController. So, the missing step might not be obvious to newbie. Thanks anyway for this great tutorial video. My entire day of watching and following this video is well spent :-)
@olavmartiniustomter51704 жыл бұрын
This might be the problem I have, where did you out the class DataViewController in the storyborad? :)
@nishads43575 жыл бұрын
Your newest student and subscriber.. i am gonna build a tent here and learn all these things..
@eladeforwa4 жыл бұрын
Thanks for this tutorial It has help me a lot..!
@eladeforwa4 жыл бұрын
Please how can I make the pages change on button click?
@sankalpa44774 жыл бұрын
is it necessary to put UIPageControl.appearance() in appDelegate? Is there anything wrong in using it in viewDidLoad() in the same ViewController?
@elliotthgilmore69753 жыл бұрын
how would you add images to each view controller as well?
@LarsVision5 жыл бұрын
Amazing tut. Still slowly working thorough it. But, I noticed that you don't show how the DataViewController xib is connected the to subclass code. I could not use the assistant editor because the nib class was not set to DataViewController class. I remembered to link it in the inspectors panel.
@schelbinerik4 жыл бұрын
Hello, I incorporate the code to a current project and I am calling it from a Table View, every tome that I run it show me an error: "Can't add self as subview". What must I need to change in your current code to avoid it?
@thisisalsonotreal92455 жыл бұрын
Getting a lot of errors even when I follow your code word for word....for instance, in line 66 of your code at 17:08, it says "Cannot assign to property: 'index' is a method". Can you please explain this?
@CodePro5 жыл бұрын
Did you make sure to create a property named index on your DataViewController? That would need to be an Int property so you can assign the index: Int to it on line 66.
@LarsVision5 жыл бұрын
@@CodePro I don't see where you added the index property. You can add the correction (errata:) to the comments, to save your viewers from unnecessary checking for errors. thx
@CodePro5 жыл бұрын
@@LarsVision Yep you are correct, I believe I added that back afterwards but not at the start of the video. Will update in the comments.
@akshaym53625 жыл бұрын
Is dis working fine in swift 4 ?
@tonys56313 жыл бұрын
Hi, This tutorial doesn't fully function in swift 5. It doesn't show the page control at the bottom of the page.
@rgenericson53615 жыл бұрын
Awesome!
@akshaym53625 жыл бұрын
can u put d complete code ?
@codewithmunashe42743 жыл бұрын
I copied your code but it shows that the screen is trying to scroll but its just not going to the next page , please share source code to make it easier
@mohmmedAlSaPlel5 жыл бұрын
Thank you
@mohmmedAlSaPlel5 жыл бұрын
Is it possible to get a full code?
@CodePro5 жыл бұрын
Yes it is, I provide full source code access for my supporters on Patreon.
@mohmmedAlSaPlel5 жыл бұрын
@@CodePro Thank you how I can get source code to try it better
@zohaibahmad70825 жыл бұрын
Value of type 'WelcomePageViewController' has no member 'descriptionDataSource' Getting this error after setting the delegate. Please help
@DonaGanz5 жыл бұрын
I find this unnecessarily difficult to follow through - it doesn't really explain the WHY of doing certain things. Just wanted to give some feedback for future reference.
@andrew_espinosa4 жыл бұрын
Feel the same way
@RicardoFoxPB5 жыл бұрын
Is it like on the last page to go back to the first page, making an infinite loop? And also how to put image with a link, in case would use a button right? What I need to change in the code to make it happen
@andrewkestler90782 жыл бұрын
DARK MODE
@yanchengcheok4 жыл бұрын
Thanks for the tutorial. It is very useful to me, especially for someone just switches from Android to iOS dev. I notice there might be a minor mistake in line 116 : kzbin.info/www/bejne/nnqwg6GVgcmphck Instead of "if currentIndex == dataSource.count", isn't it should be "if currentIndex == dataSource.count-1"?
@ironicannoyed56253 жыл бұрын
you didn't clear about the errors in this tutorial that we have to face, worse part of this tutorial