My iOS Dev Courses & KZbin Tutorials Source Code - seanallen.teachable.com
@VictoryOfPaul11 ай бұрын
Thank you for your videos! You are really awesome at explaining things: fast and easy!
@seanallen11 ай бұрын
Thanks for the kind words! Glad you're enjoying my teaching style.
@comexbackkid10 ай бұрын
Really awesome... but how did you get your paintpalette image to change color to your app's custom color?
@seanallen10 ай бұрын
It's your app's accent color in your asset catalog.
@nileshjdarji Жыл бұрын
Super awesome feature.
@seanallen Жыл бұрын
Agreed. It's soooo nice.
@paulyandnukhas Жыл бұрын
This is so cool, I was hand coding a much more basic version… does this feed into the Tips app?
@seanallen Жыл бұрын
I don't believe so
@paulyandnukhas Жыл бұрын
Maybe in the future, I don't think it'll be hard for Apple to do that@@seanallen
@kiohahaАй бұрын
is there a way to dynamically edit the tip title or message?
@olimnamllu6326 Жыл бұрын
Great video!
@seanallen Жыл бұрын
Thanks!
@fpst Жыл бұрын
That's really cool. Thanks
@seanallen Жыл бұрын
Glad you like it!
@Deadpool25mm10 ай бұрын
Thanks!
@seanallen10 ай бұрын
No problem!
@FootballsWEdits Жыл бұрын
Ok, I have a todo app, and I want to implement this tip feature. Basically, I want the tip to pop up immediately, which I understand, and then have the user click next for the other tips that I will show them. That’s gonna be the case for however many I want to add, but at the last one, I want all the tips to be completely dismissed, meaning the tips will never show again, with the last “Next” button substituted for a “Done” button. While that is going on, I want the user to not be able to tap anything on the screen, and dim the screen that’s not the tip. Can you help with that code a little?
@ETERNITY2OP6 ай бұрын
so were you able to do it?
@FootballsWEdits6 ай бұрын
@@ETERNITY2OP Nah
@SHOLINGER19 күн бұрын
@FootballsWEdits did you try using var options: [TipOption] { MaxDisplayCount(1) } so that any tip , even if the next isn't tapped the tip will only be shown once
@KoopaSenior2 ай бұрын
Tipkit is cool, but It has its limits. Could you do a tutorial about creating an app-firststart-walkthrough/guided tour for more complex apps where tipkit just isn‘t enough? This would be really really nice.
@yugasamuel640211 ай бұрын
If I had 5 tips in a view, is it possible for TipKit to show each of them one by one?
@seanallen11 ай бұрын
Yes. You can set the display frequency to show one tip per specific time interval. Read more here - developer.apple.com/documentation/tipkit/tips/configurationoption/displayfrequency(_:)
@congtuhuyet5502 Жыл бұрын
How to change color image sysname tipkit in toolbar?
@carlosalvarado53312 ай бұрын
TipKit is not working in toolbar items
@MemeMingleMedia4 ай бұрын
Great
@xuanmeeting1839 Жыл бұрын
What is the minimum memory for using Xcode? Is an 8gb Mac mini OK?
@seanallen Жыл бұрын
8GB is pushing it... you can probably make it work, but it may struggle on larger products.
@Spacer-l3j Жыл бұрын
bro you speak too fast man
@seanallen Жыл бұрын
Been working on my speed. Of course, it's impossible to cater to everyone's preferences (some people love the fast talking). Luckily, KZbin has playback speed adjustments so you can speed it up or slow it down as you need.
@tazman76896 ай бұрын
I agree, sometimes in KZbin videos he does speak fast. However, I just finished his course on WidgetKit on Teachable. He slows down to make sure you understand the concepts. It’s an excellent course and I learned a lot.