Hi Brian, sorry for my poor english. I am from Brazil, and I really like your videos and how you show your contents with quality in video and explanation. I am happy with the release of udemy course, cause in Brazil exist few contents about intermediary and advanced swift (or objective-c). Thanks a lot
@CodeWithDevZain3 жыл бұрын
Beautiful. Thank You!
@cmoney6127 жыл бұрын
Your videos are so beneficial to the developing community, I can't express my gratitude enough! This was a fantastic tutorial as are all your others.
@찬-f2f5 жыл бұрын
I'm a Korean. You're been a big help.
@dimiutube5 жыл бұрын
Thanks again for this great tutorial video. I'm really looking forward to start with the Udemy course to be able to improve my apps!
@rawandahmad99295 жыл бұрын
Pulse animation? Freakin love it :)
@nikitaalexander90016 жыл бұрын
Thanks for this tutorial! Adapted it a little to reflect real-time sound input levels
@ayoshebby51187 жыл бұрын
Good tutorial, say I have another func 'playSound' how do I add it to the 'tapGestureRecognizer' in order to play sound and also display the pulse
@ramprasad1796 жыл бұрын
Interesting and very good tutorial for the beginners to iOS Core Animation. Thanks Brain for the tutorial...!
@Fuddifadu8 жыл бұрын
subscribed to the course.. looking fwd :) gr8 tutorial..
@michaelsmith4836 жыл бұрын
Dark Innocence did you like it?
@nabilmuthanna60838 жыл бұрын
Hi Brian, Thanks for the videos. I am excited to participate on the course. There a couple of topics I am really excited to explore like protocol oriented programming. I was wondering if there will be another discount that will be coming soon ? Thanks
@HugoLamarche6 жыл бұрын
Hi, really interesting but I would like to know if the newly create layer are deleted after the animation ? And if they are not, where you could put that ? Thanks
@vaclavpernicka94715 жыл бұрын
I added a few lines in the init method: DispatchQueue.main.asyncAfter(deadline: .now() + animation.duration) { [weak self] in self?.removeFromSuperlayer() }
@marklopez43546 жыл бұрын
Thanks man. this was great.
@abdou0237 жыл бұрын
I hope they implement a system like SKAction into UIKit, it's much much simpler.
@mattsmith58567 жыл бұрын
Great tutorial, very helpful.
@commie5638 жыл бұрын
Hello thanks for your tutorials, i need to one thing. can i run a script on server and send the variable to my app
@walterbarlet42517 жыл бұрын
Thanks for the video. I changed the gesture recognizer for UILongPressGestureRecognizer. How could I remove the animation at status ended?
@emmanuelogbewe23348 жыл бұрын
Hi Brian, Great vid, unless you have already , I was wondering if you can make a video on randomizing images and numbers in an app ?
@sivakrishna52936 жыл бұрын
This is cool, but may i know the use of nextPulseAfter variable ?
@angelsantacruz35796 жыл бұрын
Hello there. It is very interesting your video tutorial. It would be really interesting if you make a "tap the ant" clone or maybe a "Fruit Ninja" clone
@joej11757 жыл бұрын
Very Good Tutorial
@tonymartini55146 жыл бұрын
What class would you switch "UITextFieldDelegate" in order to do the same thing for a label?
@manishverma79107 жыл бұрын
how we show the Pulsing methods. in addPulse function....?????
@CesarJuarezVargas6 жыл бұрын
What happened at 31:43? did you use the self.view in the end?
@JosephFunChannel7 жыл бұрын
This tutorial makes you appreciate CSS as you can do this animation with few lines of codes within less than 2 minutes
@DavidKarlsson7 жыл бұрын
Yeah, my first thought..
@enomeno166 жыл бұрын
Yes, but who implemented the inner workings of CSS animations and how? Probably somehow as complicated as CA itself.
@scottyelvington76636 жыл бұрын
Dude you could do this in a few lines of code in Apple's SpriteKit. This is core animation. CORE. As in you're tapping into the raw functions that animate views so that you don't have to drain the battery to load SpriteKit or a webView just to do a simple animation.
@铜羅衛門8 жыл бұрын
Interestingly CA also utilize magic string...
@CesarJuarezVargas6 жыл бұрын
Great work! Thanks for sharing. =)
@brixton_q96657 жыл бұрын
Really nice! :) Do frameworks exist for implementing animations like that?
@GruntyGunner6 жыл бұрын
I love this tutorial and I got it to work but it interferes with my IBActions :( why is this the case?
@ebenezerferguson37567 жыл бұрын
Brian do you have an android version sample code for the same effect
@dowiee26948 жыл бұрын
ANIMATIONS!!!!!!!!!! 😄THANK YOU!!!!!!
@JahanJamshidi8 жыл бұрын
Hi Brian, Great Video Series. Do you know when the Udemy course will have another deep discount? I missed the 70% discount and really would like to take the course. Thank you
@BrianAdvent8 жыл бұрын
+Jahan Jamshidi thanks Jahan. Until Friday you can use this code to get a 70% discount www.udemy.com/using-advanced-ios-frameworks/?couponCode=ADVANCED
@hangyang32508 жыл бұрын
Thanks
@Justin-qz9rs7 жыл бұрын
Awesome!
@arthursalgadojj7 жыл бұрын
I miss the course.. Could you send me the cupom ? Pleaseeeee..
@jhonxu27277 жыл бұрын
Very good
@deniscandido41167 жыл бұрын
Great!
@MuhammadAli-zv5vz8 жыл бұрын
why you use CABasicAnimaton .why no CAANIMAtion????
@SaffireAnimation4 жыл бұрын
Why this video? Wasn’t it developed correctly the first place?
@orenedrich69247 жыл бұрын
Correction: how could i use this animation in a game scene using spritekit?
@BurninRevolver7 жыл бұрын
I don't think you really want to do this after viewDidLoad
@orenedrich69247 жыл бұрын
I updated my question, i meant to ask it differently
@orenedrich69247 жыл бұрын
Correction: how could i use this animation in a game scene using spritekit?
@beaglestudio37387 жыл бұрын
Why your Xcode didn't require to Add '@objc' to expose this instance method to Objective-C when you used selector?