SDWebImage Tutorial
14:03
5 жыл бұрын
iOS Custom UITableviewCell Tutorial
19:10
Objective C Classes
32:29
5 жыл бұрын
Self Sizing Table View Cells
15:17
5 жыл бұрын
UISearchController Tutorial
27:58
5 жыл бұрын
Enabling Code Coverage Xcode
14:32
5 жыл бұрын
Swift Optionals Explained
25:51
5 жыл бұрын
UIPageViewController Tutorial
26:37
5 жыл бұрын
Macbook Pro vs iMac For Programming
10:08
Classes vs Structs Swift
19:33
5 жыл бұрын
Custom View Controller Transitions
35:21
iOS Alamofire Tutorial
19:46
6 жыл бұрын
UI Testing iOS Tutorial
26:59
6 жыл бұрын
iOS Unit Test Mocking Tutorial
24:50
6 жыл бұрын
How To Survive the iOS Interview
11:26
iOS Local Notification Tutorial
26:30
How To Parse JSON Using Codable
26:17
iOS Swiftlint Tutorial
16:24
6 жыл бұрын
iOS NSNotificationCenter Tutorial
25:23
iOS User Defaults Tutorial
20:49
6 жыл бұрын
iOS Core Image Filters Tutorial
29:08
How To Submit An App To The App Store
19:19
Coding Interview Tips
10:34
6 жыл бұрын
Swift Completion Handler Tutorial
19:09
Should I Learn Objective C
6:10
6 жыл бұрын
Пікірлер
@AnujGarg-j7u
@AnujGarg-j7u 18 күн бұрын
👍
@batuhanberkertekin9029
@batuhanberkertekin9029 3 ай бұрын
thanks a lot for sharing this video . I understood clearly.
@lesage320
@lesage320 4 ай бұрын
Finally!! This video is so far the best one I've come accross. CodePro makes it look so easy. In 16 min I've learned a whole lot.
@gdfg826
@gdfg826 9 ай бұрын
Thank you very much. That was really helpful!
@GoeHybrid
@GoeHybrid Жыл бұрын
Why did you programmatically navigated from the login screen to the tab bar controller instead of using the storyboard?
@chen3969
@chen3969 Жыл бұрын
Great tutorial video. Very helpful. Thanks you so much.
@ryangaudet357
@ryangaudet357 Жыл бұрын
Great video! Perfect amount of basic info to get started with Animation. I love your teaching style and pace.
@subysukumaran3803
@subysukumaran3803 Жыл бұрын
Is it possible to mock the core data?
@vebbis5961
@vebbis5961 Жыл бұрын
Really good video. Thank you!
@buggerMan28
@buggerMan28 Жыл бұрын
Great tutorial.
@SwiftDeveloperWorld
@SwiftDeveloperWorld Жыл бұрын
Pretty. Awsome , thank you
@devennahata6721
@devennahata6721 Жыл бұрын
how does this differ from making requests from the watch using alamofire
@anhhanry7167
@anhhanry7167 Жыл бұрын
i've just discovered this video and after watched it , I think there's a missing piece of information for the topic to be complete, so here is my suggestion: please , if you could, make a video that show how to update the app once the app was approved. For example, if the database ( that the app relies on to perform ) needs to be update , says every month, how to do that in the app connect etc.. showing which place to get into , click what , do what etc... to update and reupload the new version.
@remy-
@remy- Жыл бұрын
Very helpful.
@TuanLe-fd4xw
@TuanLe-fd4xw Жыл бұрын
Thank you
@voronovski
@voronovski Жыл бұрын
thanks! you help me to understand the basics about Collection View
@problem.solver
@problem.solver 2 жыл бұрын
This is. a very fine video that saves loads of time. Thank you.
@RajrkSunny
@RajrkSunny 2 жыл бұрын
This is the 6th or 7th Video I'm watching and this by far the best explanation....
@abdullahmohammaddaihan7753
@abdullahmohammaddaihan7753 2 жыл бұрын
Thanks code pro
@luckcfm
@luckcfm 2 жыл бұрын
Great video. Thanks!
@swiftcode8879
@swiftcode8879 2 жыл бұрын
Відео для українців на тему пошуку kzbin.info/www/bejne/iWLCo6N-ht5jbNk
@hermdetector
@hermdetector 2 жыл бұрын
Hello Code Pro, I very new to this coding. So I"m getting stuck on these optionals also and I thought this little exercise might help me. Here's a little code that I was trying learn when a textfield hasn't any text. import UIKit class ViewController: UIViewController { @IBOutlet weak var textLabel: UILabel! @IBOutlet weak var textField: UITextField! @IBOutlet weak var button: UIButton! var text = String() @IBAction func buttonPressed(_ sender: UIButton) { text = String(textField.text!) textLabel.text = text if textField != nil { textLabel.text = text } else { textLabel.text = "0" textField.text = "0" } } } When running code and entering numbers in textfield the label will show the right numbers. But when I don't enter anything in textfield both label and textfield remain empty. The good thing is its not crashing. Any help would be awesome if you have the time, thank you.
@abdullabardiyev299
@abdullabardiyev299 2 жыл бұрын
2:36 second which button pressed?
@AliMuhammedSOYLU
@AliMuhammedSOYLU Жыл бұрын
You can press the Esc key. Type SHIFT Z Z to save and exit. Type SHIFT Z Q to exit without saving.
@dimitardimitrov7868
@dimitardimitrov7868 2 жыл бұрын
This tutorial deserves to take a LIKE because it's one of the less well-explained what DI is.
@IhorFedii-n1i
@IhorFedii-n1i 2 жыл бұрын
awesome tutorial! clear presentation
@randomthinkingindividual
@randomthinkingindividual 2 жыл бұрын
thank you so much, helped a lot!
@Stricken174
@Stricken174 2 жыл бұрын
It's OK with labels, or text views, but what if have custom views on top of the content view? Like most social apps have.
@majidbashir1797
@majidbashir1797 2 жыл бұрын
super handy..
@favioropa179
@favioropa179 2 жыл бұрын
Hi folk, is possible add sharpness and contrast control in an app camera?
@shivamagrawal6380
@shivamagrawal6380 2 жыл бұрын
Thanks so much for such a great content
@DhavalHNena
@DhavalHNena 2 жыл бұрын
So helpful, thank you!
@michaelrozenblat2160
@michaelrozenblat2160 2 жыл бұрын
What happens if you want your swift code be exposed to obj file inside framework BUT u dont want to expose this code to the app?
@pramodgodishala7966
@pramodgodishala7966 2 жыл бұрын
is it possible to create alias domain in the place of IP address and localhost
@marekfudali1141
@marekfudali1141 2 жыл бұрын
Thank you 🙂
@TomtheMagician21
@TomtheMagician21 2 жыл бұрын
Wow thank you, I've just decided to start learning C++ after python and some C# from unity and it doesn't seem very nice
@josemv3
@josemv3 2 жыл бұрын
What a great lesson. Easy, very well explained, awesome! Thank you!
@wilsonnarea5378
@wilsonnarea5378 2 жыл бұрын
Seems like this is very outdated, you should consider removing this or fixing it.
@AyhanHakanTekin
@AyhanHakanTekin 2 жыл бұрын
hey nice tutorial for stoaryboard referance but i have question for you if you reply i am happy it. when you push to storyboard referance tab bar still showing but how to hide it alternatively tabbar.ishidden is useable but not good visualty there is other way you know ?
@Goshawaf
@Goshawaf 2 жыл бұрын
Thanks for the video! I have a question: are there any benefits of using resignFirstResponder() over .endediting(true)? Why did you use both of them in different places here? I googled it but didn't get the difference unfortunately.
@polinavetrova5574
@polinavetrova5574 2 жыл бұрын
Thank you so much, it was very helpful for me!
@indracahyadi4757
@indracahyadi4757 2 жыл бұрын
This is very helpful!
@borjinator
@borjinator 2 жыл бұрын
great video, thanks a ton!
@Bandhunt
@Bandhunt 2 жыл бұрын
useless
@andrewkestler9078
@andrewkestler9078 2 жыл бұрын
DARK MODE
@buendiaoma
@buendiaoma 2 жыл бұрын
Hello buddy, thanks a lot for that video, it has everything I needed for. It's possible to have that code for practice?
@shellybocknite6001
@shellybocknite6001 2 жыл бұрын
Can you help us apply for getting an app on apple store and Google play
@sushantsingh8385
@sushantsingh8385 2 жыл бұрын
Thanks for the video it helped me a lot
@MrIMacro
@MrIMacro 2 жыл бұрын
Amazing, for the the text views, I use a vertical stack view because it is easier to align, easier to adjust constraints and runs perfect on all screen sizes. Thanks again.
@mecdos
@mecdos 2 жыл бұрын
this was very helpful. every other tutorial goes over this pattern with viewcontrollers which i don't find as helpful
@satyamurty1758
@satyamurty1758 2 жыл бұрын
Push controller is not working. i am using xcode 13.2.1. i got the exception in this line of code" tableView.setNumberOfRows(tableData.count, withRowType: "RowController") "