because of these headaches with StoryBoard I'm learning to create everything in pure code, it's much less headache :) Thank you Sean, another great explanation video, keep up the good work!
@seanallen4 жыл бұрын
Thanks Apollo!
@mapcad97134 жыл бұрын
I really like your teaching style. It will be nice to see your Core Data tutorial !
@seanallen4 жыл бұрын
Thanks! To be quite honest, I've never used Core Data (aside from early tutorials).
@NotNoAndrew4 жыл бұрын
I uses Refactor > Rename to rename my IBOutlets, it changes the name in the Storyboard as well as code.
@byaruhaf4 жыл бұрын
Thanks for sharing, didn't know that.
@seanallen4 жыл бұрын
I knew there was a way 😀. Old habits die hard. Thanks for sharing.
@NotNoAndrew4 жыл бұрын
It’s only been available for the last few versions of Xcode so the old way is still viable
@bibinjacob1234 жыл бұрын
Hey Sean, are you back? That's really awesome.
@ItsJustFil4 жыл бұрын
Tip: you can also right click and drag from storyboard to the code as opposed to CTRL+drag. Also works on trackpads with two finger dragging
@adamm31224 жыл бұрын
Ran into this issue toooo much in the beginning. Now... Right Click the word, Refactor > Rename. BAM!!!
@DruideRC2 жыл бұрын
thank you about "referencing outlet collections", that save the week, i was stuck on that for a week thank you
@seanallen2 жыл бұрын
Happy to help, Druide!
@AmitBiswastunebox4 жыл бұрын
Hi Sean one day you will be in big place man. The way you started your iOS journey it’s remarkable and I am super happy to move forward with all the content your create and learn more and more . Good wishes man .
@seanallen4 жыл бұрын
I appreciate that!
@RickPlaysStick4 жыл бұрын
Good points on the topic that Interface Builder and Code are each their own thing. I have made this error so many times. I don't use outlet collections much. I need to use them more. I would probably have made a custom button class for configuration rather than using an outlet collection.
@unlokia2 жыл бұрын
I can’t quite put my finger on what it is I like about your teaching style, but you are really are very clear and articulate and smooth. Thank you for this and God bless you 😃
@seanallen2 жыл бұрын
Glad you enjoyed it!
@Natena2 жыл бұрын
I appreciate "option + click" for the assistant window so much )))
@aaronbarlow77013 жыл бұрын
Great video! My instructor was not very clear when showing us outlet and action. This cleared things right up!
@seanallen3 жыл бұрын
Glad it helped!
@aagamvora39072 жыл бұрын
What an excellent way of teaching.
@Evan_anish Жыл бұрын
Thanks. This really helped a lot. I was stuck on this for hours. Keep up the great work! W vid
@seanallen Жыл бұрын
Happy to help, Evan.
@cactusdoodle86192 жыл бұрын
you're a great teacher . hits the mark with my learning style as well
@sajibalaram69785 ай бұрын
Very good explanation
@omaralromaithi80784 жыл бұрын
You are awesome , thanks for sharing knowledge 😀
@seanallen4 жыл бұрын
Happy to help, Omar!
@PoeheeHeLul4 жыл бұрын
Total IOS beginner here (but somewhat experienced coder): when you were resetting the attributes, isn't there a more generic way? Like storing the original label in viewDidLoad and set it back (re-assign to label)? or is that not possible? This is a pain when there are more buttons or properties changed. Overasking of course, but would be just a bit more juicy...
@noelsoderstrom87064 жыл бұрын
When I open the assistant it says "No Assistant Results". Any help on what to do?
@JohnDoe-fe3zw4 жыл бұрын
Another Great video
@seanallen4 жыл бұрын
Glad you enjoyed it
@mattkruckeberg97984 жыл бұрын
This couldn’t have come at a better time. GET OUT OF MY HEAD!
@JasonMitchellAZ4 жыл бұрын
😂
@cobradjc5794 жыл бұрын
How do you know where to click/drag the labels/buttons? Does it matter where you place it in the code or can it go anywhere?
@dandiuszielth4 жыл бұрын
There's no easy way to access individual elements in an IBOutletCollection is there? From what I've looked up the order of the elements is random. I've seen someone assign each element its own tag (integer value) and then sort them in the outlet collection by their tag values, but I've seen other feedback say that sorting an IBOutletCollection does not really fit the purpose of an outlet collection. I appreciate your teaching style and think you'll have an answer to this I can actually grasp. What do you think?
@Emily-fo4ty3 жыл бұрын
The link to your Beginner Auto Layout Video isn't working :( , says it's private - can you repost? would love to watch it
@nasirmehmood_2 жыл бұрын
Thank you!
@kevindesouza61432 жыл бұрын
IB outlets and action on are applicable to both SwiftUIand the UIKit. Right?
@seanallen2 жыл бұрын
No, IBOutlets are not applicable to SwiftUI. It's a UIKit only thing. Specifically storyboards.
@Евгений-о9н4 жыл бұрын
good stuff)
@seanallen4 жыл бұрын
Thanks!
@JessicaxDeSouza4 жыл бұрын
What if im using swiftUI instead of storyboard, does this apply to swiftUI?
@seanallen4 жыл бұрын
Nope. SwiftUI is completely different in this regard.
@admrts2 жыл бұрын
thank you
@donathmm38814 жыл бұрын
Forget crashes: Right click and rename 😏
@mattlucas78693 жыл бұрын
this is quality
@TheAhmadReza4 жыл бұрын
mvvm :(
@varunjohnjohn9 ай бұрын
All this drag and drop is so lame in Xcode
@seanallen9 ай бұрын
In the modern world of SwiftUI, this no longer exists
@digitalmaus2 жыл бұрын
how do i create an ibaction yo call a phone number? email? text message?