Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Learn To Master Swift Fast And Easy With Real World Examples

Posted By: ELK1nG
Learn To Master Swift Fast And Easy With Real World Examples

Learn To Master Swift Fast And Easy With Real World Examples
Last updated 2/2015
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 4.51 GB | Duration: 9h 31m

The A-Z guide for learning to develop apple apps with Swift. Learn from hundreds of real world examples on how to code!

What you'll learn
Code in Swift
Build your own apps in swift
Have tons of useful knowledge about programming
Tons of productivity tips when building apps
Requirements
Just to know how to use a computer
You will also need to download Xcode
You will also need a mac
Description
This course was funded through a massively successful Kickstarter campaign. Learn to master Swift through real world examples. This course will show you practical examples that come from a teacher that actively produces apps and makes money off of them. This course is the course I wish I had before releasing my apps. Learn valuable secrets, time saving productivity tips and monetization strategies that will blow you away. Learn from hundreds of pure real world examples that will turn you into a hero developer. One of the best features is that you can watch the courses at any speed you want. This means you can speed up the or slow down the video if you want to. This course is project based so you will not be learning a bunch of useless coding practices. At the end of this course you will have real world apps to use in your portfolio. We feel that project based training content is the best way to get from A to B. Taking this course means that you learn practical, employable skills immediately. Learning how to code is a great way to jump in a new career or enhance your current career. Coding is the new math and learning how to code will propel you forward for any situation. Learn it today and get a head start for tomorrow. People who can master technology will rule the future. You will get full lifetime access to this course for a single one off fee. John Bura has created many games, apps and training courses so he is extremely qualified to teach you how to master technology. This is an instructor that does not only teach, he produces apps. This means you get the most relevant information on how to code. Most courses do not show you practical skills and real world examples. What makes you a good teacher? ·I have released over 40 games and apps that have done very well in the app store. ·I run a company called Mammoth Interactive so I am actively in the field building apps and making money ·I have been teaching since 2002 ·I personally love learning online and my life is much better because I have learned online rather than a classroom ·I am one of the top 10 highest grossing Udemy teachers ·I have been a Udemy instructor since 2011. ·I make sure people learn how to make money from their creations. ·I have over 110k students worldwide Who is this class for? ·People who want to improve their technical skills ·Complete beginners ·People who want to make money. I show people the tools on how to make money through various methods of passive income ·People who want to get ahead of the pack by learning online. How you will make money by learning new skills ·Learn practical skills ·Learn about how leverage your new skills to greater wealth ·Learn through practical examples Why should you learn online? There is an online education revolution taking place. You may have heard about it in the news or heard it from a friend. Either-way, education is going to be changed forever. In this short course I talk about how Online Education has ·Motivated me ·Helped my career ·Helped me as a teacher ·Impacted several lives around the planet I promise that this course will be better and more effective than reading books. I show how to master technology through the use of video. This course will give you everything you need to thrive in our technological society.

Overview

Section 1: Introduction

Lecture 1 Introduction

Lecture 2 FAQ

Section 2: How to Access free content

Lecture 3 Get an iPhone XCode Template for FREE!

Section 3: Let's Learn Swift

Lecture 4 01. Introduction to the how do I do this in Xcode course.mov

Lecture 5 02. Setting up the tutorial.mov

Lecture 6 03. Using the main storyboard.mov

Lecture 7 04. Adding items to the storyboard.mov

Lecture 8 05. Running the simulator.mov

Lecture 9 06. Hooking up the code to the swift file.mov

Lecture 10 07. Change the text of a label.mov

Lecture 11 08. Chaging the color of a lablel

Lecture 12 09. Changing the background color of the label.mov

Lecture 13 10. Changing the background color of a button.mov

Lecture 14 11. Changing the button properties.mov

Lecture 15 12. Changing the alpha of an object.mov

Lecture 16 13. Changing the alignment of the label.mov

Lecture 17 14. Changing the font and size of a label.mov

Lecture 18 15. Changing the font color, size and alignment for the button.mov

Lecture 19 16. Printing properties and computer values in a string.mov

Lecture 20 17. Introduction to variables.mov

Lecture 21 18. Putting data into variables.mov

Lecture 22 19. Changing the background color programatically.mov

Lecture 23 20. How do I clean up my swift file?.mov

Lecture 24 21. Adding in an image.mov

Lecture 25 22. Adding a background image.mov

Lecture 26 23. Accessing the image properties.mov

Lecture 27 24. Changing the content mode programatically.mov

Lecture 28 25. Changing an image programatically.mov

Lecture 29 26. Using string for productivity.mov

Lecture 30 27. How to rotate your image.mov

Lecture 31 28. Image size.mov

Lecture 32 29. Hiding an object in swift.mov

Lecture 33 30. Segmented control.mov

Lecture 34 31. Finding out the segmented control and if statements.mov

Lecture 35 32. Adding in the .mov

Lecture 36 33. Changing the color of the segmented control.mov

Lecture 37 34. Adding other UIColor attributes.mov

Lecture 38 35. Setting up white and off white UIColors.mov

Lecture 39 36. Inserting a segment programatically.mov

Lecture 40 37. Changing the button programatically.mov

Lecture 41 38. Changing the name of a segmented index.mov

Lecture 42 39. Finding the number of segments.mov

Lecture 43 40. How do you add a slider.mov

Lecture 44 41. Adding in the slider to the swift file.mov

Lecture 45 42. Making a simple color app.mov

Lecture 46 43. Making the color app part 2.mov

Lecture 47 44. Finishing off the color app.mov

Lecture 48 45. Changing the maximum and minimum value of a slider.mov

Lecture 49 46. Adding a switch.mov

Lecture 50 47. Enabling a swtich programatically.mov

Lecture 51 48. Checking to see if a switch is on or not.mov

Lecture 52 49. Setting up the switch logic when the app is loaded.mov

Lecture 53 50. Changing the colors of the switch.mov

Lecture 54 51. How do I add in a stepper.mov

Lecture 55 52. Printing a stepper value.mov

Lecture 56 53. Setting a minimum stepper value.mov

Lecture 57 54. Setting the maximum value of a stepper.mov

Lecture 58 55. Setting the maximum step value.mov

Lecture 59 56. Wrapping the stepper value.mov

Lecture 60 57. Changing the color of the stepper .mov

Lecture 61 58. Adding in a text field.mov

Lecture 62 59. Using the keyboard in the iOS simulator.mov

Lecture 63 60. Adding an action to a text field.mov

Lecture 64 61. Placeholder text and text in the text box.mov

Lecture 65 62. Adding in different events and changing the background color.mov

Lecture 66 63. Changing the font of a textbox.mov

Lecture 67 64. Changing the textbox text color.mov

Lecture 68 65. Aligning the text box.mov

Lecture 69 66. Changing the placeholder text.mov

Lecture 70 67. Changing the boarder style.mov

Lecture 71 68. Fit text to text feild.mov

Lecture 72 69. Check to see if a TextBox is in edit mode.mov

Lecture 73 70. How to change the keyboard in Xcode.mov

Lecture 74 71. Setting up text in a textbox.mov

Lecture 75 72. Checking to see if the textbox is empty or not.mov

Lecture 76 73. Changing the keyboard type programatically.mov

Lecture 77 74. Setting up a dark keyboard programatically.mov

Lecture 78 75. Setting up the return key functionality.mov

Lecture 79 76. Spell checking type.mov

Lecture 80 77. Adding emjoi's to your app.mov

Lecture 81 78. Hiding the keyboard .mov

Lecture 82 79. Adding in a text view.mov

Lecture 83 80. Setting up the properties for the text view.mov

Lecture 84 81. Calling functions when properties get reset.mov

Lecture 85 82. Making text views editable and select able.mov

Lecture 86 83. Setting in the data detection programatically.mov

Lecture 87 84. Moving in between views.mov

Lecture 88 85. Animating the view controller.mov

Lecture 89 86. Adding in items from a different view.mov

Lecture 90 87. Setting up a tab bar application.mov

Lecture 91 88. Adding in the other view.mov

Lecture 92 89. Changing the nam eof the tab.mov

Lecture 93 90. Setting up your tab application to only have one viewcontroller.mov

Lecture 94 91. UIWebView and HTML 5 content in your app.mov

Lecture 95 92. Loading the website on the UIWebView.mov

Lecture 96 93. Adding a filter to an image.mov

Lecture 97 93. Adding a filter to an image.mov

Lecture 98 95. Adding latitude and longitude.mov

Lecture 99 96. Setting up the map.mov

Lecture 100 97. Changing the features of the map kit.mov

Lecture 101 98. Centering coordinate on a map.mov

Lecture 102 99. Adding in an annotation.mov

Lecture 103 100. Talking about functions.mov

Lecture 104 101. Adding in fi statements for functions.mov

Lecture 105 102. Adding a string function.mov

Lecture 106 103. Taking in more than one item.mov

Lecture 107 104. Printing a return value on the function.mov

Lecture 108 105. Returning an int function with a string.mov

Lecture 109 106. Chaning functions together.mov

Lecture 110 107. Combining functions.mov

Lecture 111 109. Fixing the grammar.mov

Lecture 112 110. Adding plural functionality.mov

Lecture 113 111. Adding in an emoji to an array.mov

Lecture 114 112. Counting the items in the array.mov

Lecture 115 113. Appending items to an array.mov

Lecture 116 114. Adding an item at an index.mov

Lecture 117 115. Removing the last from an array.mov

Lecture 118 116. If statements and booleans.mov

Lecture 119 117. Adding in a failsafe.mov

Lecture 120 118. Removing an element at an index.mov

Lecture 121 119. Starting and ending index plus finding a bug.mov

Lecture 122 120. Seeing the entire array.mov

Section 4: Introduction to OSX

Lecture 123 01. Introduction to OSX.mov

Lecture 124 02. How to stop the window from resizing.mov

Lecture 125 03. Adding a label and highlighting the differences between iOS and OSX.mov

Lecture 126 04. Adding in a button and talking about different buttons.mov

Lecture 127 05. Changing the color of the text of a label.mov

Lecture 128 06. Changing the background color.mov

Lecture 129 07. Changing the font of a label.mov

Lecture 130 08. Changing the font of a button.mov

Lecture 131 09. Change the alignment of a button or a label.mov

Lecture 132 10. Adding a border to the button programatically.mov

Lecture 133 11. Setting up an NSTextField.mov

Lecture 134 12. Setting up a function and calling a function for preloaded properties.mov

Lecture 135 13. Changing the text of a label to the textbox.mov

Lecture 136 14. Printing numbers to the screen through a text.mov

Lecture 137 15. Printing multiple strings.mov

Lecture 138 16. Changing the text of an NSTextField.mov

Lecture 139 17.Changing the placeholder text.mov

Lecture 140 18. Changin the color of a textbox.mov

Lecture 141 19. Changing the background color and finding an aproximation.mov

Lecture 142 20. Optimising the workflow of your app.mov

Lecture 143 21. Adding in a multi line label.mov

Lecture 144 22. Tips for scaling your app.mov

Lecture 145 23. Adding in a clear button and resetting the app.mov

Lecture 146 24. Adding in a combo box.mov

Lecture 147 25. Accessing the string of the combo box.mov

Lecture 148 26. Getng the combobox to update automatically.mov

Lecture 149 27. Adding in an item to the combo box.mov

Lecture 150 28. Adding an item at an index.mov

Lecture 151 29. Removing an item at an index.mov

Lecture 152 30. Removing a specific item by a string.mov

Lecture 153 31. Removing all of the items.mov

Lecture 154 32. Finding how many items are in the combo box.mov

Lecture 155 33. Finding the value of a selected item.mov

Lecture 156 34. Changing the combo box size and font.mov

Lecture 157 35. Talking about warnings and app store certification.mov

Lecture 158 36. Changing the background color of a combo box.mov

Lecture 159 37. Adding in a segmented control.mov

Lecture 160 38. Hooking up the multiline label.mov

Lecture 161 39. Changing the style programatically.mov

Lecture 162 40. Getting the string value of a selected index.mov

Lecture 163 41. Adding in a selected segmented index to the sreen.mov

Lecture 164 42. Changing the index of a segmented control.mov

Lecture 165 43. Setting the segmented control programatically.mov

Lecture 166 44. Counting the segments.mov

Lecture 167 45. Adding in a color well.mov

Lecture 168 46. Changing the color well.mov

Lecture 169 47. Using the NSColor well to change the color.mov

Section 5: Making a simple app

Lecture 170 01. Talking about universal apps.mov

Lecture 171 02. Talking about the adaptive layout.mov

Lecture 172 03. Adding in a storyboard.mov

Lecture 173 04. Testing on your device.mov

Lecture 174 05. Adding in the design elements.mov

Lecture 175 06 Hooking up the code to the file .mov

Lecture 176 07. Testing the application.mov

Lecture 177 08. Adding in the box color.mov

Lecture 178 09. Variables and conversions.mov

Lecture 179 10. Adding in a failsafe.mov

Lecture 180 11. Adding in another level of logic.mov

Lecture 181 12. Setting up the iPad version of the app.mov

Lecture 182 13. Changing properties of objects.mov

Lecture 183 14. Designing the app.mov

Lecture 184 15. Dismissing the keyboard and talking about different keyboards.mov\

Lecture 185 Inspiring quotes

If you a beginner you should take this course,If you are not a beginner this course will be too easy for you