Hey Jared! I think that you're the best iOS Developer on RUclips, I know there other people out there that aren't bad, but honestly you're the only one that I can always 100% understand what you're saying. Just wanted to say keep up the good work and thank you for what you do.
Great video! I am curious, when would it be more beneficial to create a class over an extension and vice versa? If both achieve the same end, are there situations where it makes more sense to do one over the other? Or is it more of a preference thing?
Hi Jared, love your videos man. just curious how many years of coding it took you to get to where you are now? thanks! and did you have formal CIS education or self taught?
Well done, something to note here -> When you create a class you should start the name with capital to follow the coding standards and not confuse people who will eventually look at your code. Classes, structures protocols, types etc -> start with capital and functions, vars etc -> start with lowercase. I know this was a slight mistake just letting beginners know :P
what @Vasil Nunev is saying is important, it's called "Coding Convention"...meaning that'S what majority of people do in the industry. But this is a cool tutorial BTW, keep up the good work and keep them videos coming.
Hi Jared !.Thanks for all the tutorials. I do not want to ask this. But do you know how to make or create motion to a picture view when this audio is playing? je je je you could help. I am new to this environment. I am from Argentina. Regards
Hey jared, can u please make a video on how to properly integrate facebook account kit in the app( log in with phone and email). it would be really helpful..i couldn't find a single good tutorial on this.....thanks in advance....your tutorials help me alot.👍.
Hey Jared, what is your pc called. I am debating whether to get one or stick to my macbook air which is provided by the school. what do you think, i am leaning more towards a pc like yours
You can just look up Jared Davidson on the App Store, and if it has the right release date then that's the app. I don't think that the app has been released as of this moment.
bro thanks for your tutorials, can you please make tutorial on midi core?just make a key to send a note to audio softwer. and show us how to understand swift documantaion . please i need this
all tutorials I see ware from 2017 when the ui was ever so slightly different in fact that there is no filter at the bottom right to search for the button... I tried adding it in what looked like the xml for the view, but it did nothing. I must be missing something
Hi Jared Davidson please provide Paytm integration in mobile app entire process in ios swift 3 I struggled before one week I have search more and more but there is not available so please immediately you will provide I requested please
Something I forgot to mention! Everything I teach in here is the same for all the UIElements. Hope you guys enjoyed the vid! :D
I like it, Jared! Going to checkout massdrop.com.
Thank you so much ! I need this for others UI element like segmented controller , imageview, Table cell too.
Hey Jared! I think that you're the best iOS Developer on RUclips, I know there other people out there that aren't bad, but honestly you're the only one that I can always 100% understand what you're saying. Just wanted to say keep up the good work and thank you for what you do.
Yes! He is the best dev at all!
Great video! I am curious, when would it be more beneficial to create a class over an extension and vice versa? If both achieve the same end, are there situations where it makes more sense to do one over the other? Or is it more of a preference thing?
Hi Jared, love your videos man. just curious how many years of coding it took you to get to where you are now? thanks! and did you have formal CIS education or self taught?
Couldn't be simpler, Thanks Jared :)
Well done, something to note here -> When you create a class you should start the name with capital to follow the coding standards and not confuse people who will eventually look at your code. Classes, structures protocols, types etc -> start with capital and functions, vars etc -> start with lowercase. I know this was a slight mistake just letting beginners know :P
+Vasil Nunev You’re absolutely right! Sorry! Was in a rush to make this video so didn’t notice. 🙃
what @Vasil Nunev is saying is important, it's called "Coding Convention"...meaning that'S what majority of people do in the industry. But this is a cool tutorial BTW, keep up the good work and keep them videos coming.
Thank mate.... doubt i have is ....
1. Is it possible only for drag and drop button or can be done in programmatically ....
thx a lot ! I'm learning swift and this was helpful !
Hi Jared Davidson,
I am watching your videos, thats very easy and understandable.
Can u plzz post one video on autolayout and size classes.
Thanks
So it isn’t necessary to use mask to bounds and clips to bounds when adding a shadow and corner radius ?
Hello Jared you videos are awesome! i wonder if by any chance do have any idea how to do a rsvp (going, not going) to a certain event on xcode?
Great video! Really helpful!
Btw, could you make a video on how to make a text based game app with Xcode?
Hi Jared !.Thanks for all the tutorials. I do not want to ask this. But do you know how to make or create motion to a picture view when this audio is playing? je je je you could help. I am new to this environment. I am from Argentina. Regards
Hey jared davidson please try frequencies in swift xcode (like bass, mid, high) thank you for reading this
Bro shall we use gradient color with button??
At 9:12 you can just select one mainButton press cmd+ctrl+e and change the text on all mainbuttons
+Michiel Diederen You’re absolutely right, haha, just wasn’t thinking straight. Thanks! :)
can we add neumorphic effect after adding button from storyboard
Brother Jared! Thou art back! 💻
Jared you should make a simple chat app. There is no good tutorial for chat app. Your videos are awesome.
Gregory Wilson, check out “Let’s Build That App” on you tube. He builds a lot of real world applications such as chat apps, you tube, App Store etc 🙂
Hey jared, can u please make a video on how to properly integrate facebook account kit in the app( log in with phone and email).
it would be really helpful..i couldn't find a single good tutorial on this.....thanks in advance....your tutorials help me alot.👍.
Nice. Just in time. Was looking for quite summary to prepare for my interview. 😂
Hey Jared, what is your pc called. I am debating whether to get one or stick to my macbook air which is provided by the school. what do you think, i am leaning more towards a pc like yours
Very helpful mate! Btw what is your App called
You can just look up Jared Davidson on the App Store, and if it has the right release date then that's the app. I don't think that the app has been released as of this moment.
you dont get enough credit man thanks
I love your tutorials dude! :)
+Tymscar Thanks man! :]
Jared, how do I put in a hexadecimal color for the shadow color instead of a regular UIColor
Great tutorial Bro !! you are the best
If I would become a master swift programmer, most of the credit would got to Jared Davidson..
Can you make a video on how to make promotion button like Instagram and like Facebook?
Anyone know of a good place to just go grab a lot of buttons?
For a more generic solution, I’d recommend following the pattern suggested at www.iosapptemplates.com/blog/swift-programming/add-shadow-to-uiview-swift-ios . Using their extension, makes adding a shadow to any view easy:
extension UIView {
func dropShadow(scale: Bool = true) {
layer.masksToBounds = false
layer.shadowColor = UIColor.black.cgColor
layer.shadowOpacity = 0.2
layer.shadowOffset = .zero
layer.shadowRadius = 1
layer.shouldRasterize = true
layer.rasterizationScale = scale ? UIScreen.main.scale : 1
}
}
Nice tutorial. Thanks.
bro thanks for your tutorials,
can you please make tutorial on midi core?just make a key to send a note to audio softwer.
and show us how to understand swift documantaion .
please i need this
all tutorials I see ware from 2017 when the ui was ever so slightly different in fact that there is no filter at the bottom right to search for the button... I tried adding it in what looked like the xml for the view, but it did nothing. I must be missing something
6 months late, but you can use command+shift+L for anyone looking now
Hey! Can you please do a video on private API?
I struggle a lot creating assets for my app. Any tips on that ?
+Tejas badani I struggle with the same. I’d really just learn designing/drawing or get someone that knows that stuff to do things for you. :)
Jared Davidson 👌👌
very informative video! thanks !
nice shadow
Very useful. Thank you. 🤛
You are the best 🙌
Great!
Hey Jared, play my game on your next video of "I Check Out Your Apps". Its called Castle Jumper! Would love to know what you think!
Awesome! Thanks heaps dude
When is the ARKit Tutorial coming??
+Yogesh Jaiswal 5 days ago! :]
Jared Davidson oops did not see that
Hi Jared Davidson please provide Paytm integration in mobile app entire process in ios swift 3 I struggled before one week I have search more and more but there is not available so please immediately you will provide I requested please
its very good
Can you make a video on How to make #insta_autobot in xcode ?
👌👌👌👌👌
Second!
+DAcreatorStudio woo! :D
@jared you trying to copy MKBHD's style !!!
Swalih Muhammed Lol, What? I mean, I’m honored you think my videos are similar!
Jared Davidson he he, anyway nice tutorials, we need more 👍👍👍
4th 😁
+Tiph 078 😎
frist:A
First :D
+Porter Jones :D
Oh my.... your desktop! ****Cringe****
I know, I know, haha, sorry! 1 more vid will have it, but it'll be clean after that! :P