Free online courseObjective C programming

Duration of the online course: 2 hours and 34 minutes

New course

Master Objective C programming with this free course. Learn Xcode setup, basic variables, math operators, loops, conditionals, and object-oriented concepts. A must for app developers.

Course Description

Welcome to "Objective C Programming" — your comprehensive guide to mastering Objective C, a pivotal language in the realm of app development! In just 2 hours and 34 minutes, this course promises to transform even the most novice programmer into someone proficient in using Objective C. As a part of the Information Technology category, this course specifically fits into the App Development subcategory, setting you on a path to create robust and efficient applications.

Diving right in, the journey begins with setting up your environment, crucial for any programmer. You'll start with the installation of Xcode, Apple's integrated development environment (IDE) tailored for macOS. Following a smooth setup, you'll quickly transition to running and familiarizing yourself with Xcode. This initial exposure acts as a foundation, equipping you with the essential tools and terminologies to move forward.

Building on this strong foundation, the course details the fundamental concepts of programming. Through clear and concise explanations, you'll gain an understanding of basic program structures, including variables — the building blocks of any programming language. By breaking it down into two parts, the course ensures that you fully grasp the concept before moving on to more complex topics.

An integral part of writing clean and effective code is proper commenting. This course emphasizes the importance of commenting within your code, a habit that's sure to benefit you in the long run. Subsequently, you'll delve into basic math and modulus operators, familiarizing yourself with compound and comparison operators—key elements in executing logical and efficient code.

Once you're comfortable with the basics, the course introduces control flow constructs with if-else statements. These lessons serve as a cornerstone, enabling you to make decisions within your code. Your newfound knowledge of simple and nested if-else statements will be put into practice, solidifying these crucial concepts through real-world examples.

The adventure doesn’t stop there! Loops are next, and through comprehensive lessons on for loops, while loops, and do-while loops, you'll learn to streamline repetitive tasks effectively. You'll even get to explore how to integrate loops with scanf, adding an interactive element to your programs. By understanding nested loops and the break and continue statements, you'll be able to manage more complex scenarios effortlessly.

One of the highlight sections is the introduction to objects, which forms the crux of Objective C's object-oriented programming paradigm. Through illustrative lessons, the course demystifies objects, getters, setters, and synthesized accessors. You'll also learn to utilize the dot operator and work with local variables, rounding out your skills to ensure you’re well-prepared for practical application.

Structured to cater to beginners, yet detailed enough to serve as a quick refresher for experienced coders, "Objective C Programming" ensures a thorough understanding of the essentials needed to succeed in app development. Although there are no reviews yet, the holistic approach and comprehensive coverage of fundamental topics make this course an excellent starting point for anyone looking to delve into Objective C programming.

Conteúdo do Curso

  • Video class: Learn Objective C Tutorial 1.1 Installing Xcode

    0h04m

  • Exercise: _Where can you download Xcode 4?

  • Video class: Learn Objective C Tutorial 1.2 Running and Setting Up Xcode

    0h04m

  • Exercise: _Where can you find Xcode after installing it on your Mac?

  • Video class: Learn Objective C Tutorial 1.3 Explaining Basics of Program

    0h08m

  • Exercise: _What is the purpose of the import statement "foundation/foundation.h" in Objective-C programming?

  • Video class: Learn Objective C Tutorial 1.4 Basic Variables pt1

    0h08m

  • Exercise: _What is an integer in Objective C programming?

  • Video class: Learn Objective C Tutorial 1.5 Basic Variables pt2

    0h07m

  • Exercise: _What is the difference between integers and floats in Objective C?

  • Video class: Learn Objective C Tutorial 1.6 Commenting

    0h04m

  • Exercise: _What is the purpose of commenting in Objective-C programming?

  • Video class: Learn Objective C Tutorial 1.7 Basic Math Operators

    0h05m

  • Exercise: _What are the five primary standard operators for performing arithmetic in Objective C?

  • Video class: Learn Objective C Tutorial 1.8 Basics of Modulus Operator

    0h05m

  • Exercise: _What is the modulus operator in Objective-C programming?

  • Video class: Learn Objective C Tutorial 1.9 Compound Operators

    0h04m

  • Exercise: _What are the basic operators in Objective-C?

  • Video class: Learn Objective C Tutorial 1.10 Comparison Operators

    0h05m

  • Exercise: _What does the exclamation point equal sign (!=) do in Objective C programming?

  • Video class: Learn Objective C Tutorial 1.11 Basics of If and Else

    0h05m

  • Exercise: _What is the purpose of an if-else statement in Objective-C programming?

  • Video class: Learn Objective C Tutorial 1.12 Nested If Else

    0h07m

  • Exercise: _What message will be displayed if the rank is 11 and the age is 35 in the game being developed in the tutorial?

  • Video class: Learn Objective C Tutorial 1.13 Else If

    0h05m

  • Exercise: _What is the message that will be displayed if the percent grade variable is greater than or equal to 80?

  • Video class: Learn Objective C Tutorial 1.14 Intro to For Loop

    0h07m

  • Exercise: _What is looping in Objective C?

  • Video class: Learn Objective C Tutorial 1.15 Integrating Scanf with Loop

    0h07m

  • Exercise: _What is the purpose of the scanf function in Objective-C programming?

  • Video class: Learn Objective C Tutorial 1.16 Nested For Loops da Doops

    0h06m

  • Exercise: _What is nested looping in Objective-C programming?

  • Video class: Learn Objective C Tutorial 1.17 While Loops

    0h04m

  • Exercise: _What is the definition of a while loop in Objective C programming?

  • Video class: Learn Objective C Tutorial 1.18 Do While

    0h03m

  • Exercise: _What is the main difference between a do-while loop and a while loop in Objective C programming?

  • Video class: Learn Objective C Tutorial 1.19 Break Statement

    0h07m

  • Exercise: _What is the purpose of the break statement in Objective C programming?

  • Video class: Learn Objective C Tutorial 1.20 Continue Statement

    0h06m

  • Exercise: _What statement is used in Objective C to continue with the next iteration of a loop?

iOS Swift and Objective C

Free online courses on iOS Swift and Objective C

Unlock the World of iOS Development with Free Online Swift Courses

Embark on your journey to becoming an iOS developer with our comprehensive listing of free online courses focused on Swift, Apple's powerful and intuitive programming language. Designed for beginners and experienced coders alike, these courses provide a solid foundation in Swift, enabling you to build innovative and efficient iOS applications.

Beginner-Friendly Swift Programming Courses

If you're new to programming or looking to transition to iOS development, our beginner-friendly Swift courses are the perfect starting point. These courses cover the basics of Swift syntax, control flow, and data structures, ensuring you gain the knowledge needed to start creating your own apps. Interactive lessons and practical exercises guide you through the fundamentals, setting you up for success in the world of iOS development.

Intermediate Swift Courses for Aspiring Developers

For those with some programming experience, our intermediate Swift courses delve deeper into the language's capabilities. Learn about advanced topics such as optionals, closures, and protocols, which are crucial for developing robust and scalable iOS applications. These courses also cover iOS-specific concepts like UIKit, Auto Layout, and the Model-View-Controller (MVC) design pattern, giving you a well-rounded skill set.

Advanced Swift Tutorials for Seasoned Programmers

Seasoned developers looking to refine their Swift skills will find our advanced courses invaluable. These tutorials explore high-level features of Swift and iOS development, including concurrency, memory management, and Swift's powerful error handling. You'll also learn about cutting-edge frameworks such as SwiftUI and Combine, allowing you to create responsive and state-of-the-art iOS applications.

Swift for Specific App Development

Our course listings include specialized Swift tutorials for various types of app development. Whether you're interested in building games with SpriteKit, creating augmented reality experiences with ARKit, or developing enterprise-level applications, there's a free online course tailored to your interests. These targeted tutorials provide the expertise to leverage Swift in niche areas of iOS development.

Project-Based Learning and Real-World Applications

What sets our free online Swift courses apart is their emphasis on project-based learning. You'll have the opportunity to work on real-world projects, from simple to-do list apps to more complex, fully-featured applications. This hands-on approach not only solidifies your understanding of Swift but also helps you build a portfolio to showcase your skills to potential employers.

Stay Updated with the Latest Swift Trends

The world of iOS development is ever-evolving, and so is Swift. Our free online courses are continuously updated to reflect the latest trends and best practices in Swift programming. You'll learn about new language features, design patterns, and development tools, ensuring your skills remain current and in-demand.

Join a Community of Learners and Professionals

When you enroll in our free online Swift courses, you become part of a vibrant community of learners and professional developers. Engage in forums, collaborate on projects, and exchange ideas to enhance your learning experience. This network can provide support, inspiration, and opportunities as you progress in your iOS development career.

Ready to Launch Your iOS Development Career?

With our curated list of free online Swift courses, you have all the resources you need to start or advance your career in iOS development. Dive into the world of Swift and unlock the potential of Apple's ecosystem. Start learning today and take the first step towards creating apps that could reach millions of users around the globe.

This free course includes:

2 hours and 34 minutes of online video course

Exercises to train your knowledge

Certificate of course completion

100% free, from content to certificate

QR Code - Baixar Cursa - Cursos Online

This online course can only be accessed through the Cursa App. Download it using the QR code or the links below:

This online course can only be accessed through the Cursa app. Install it using the links below:

  • Study for free!

    Here you never pay! Not even for the certificate, because everything in the app is 100% free!

  • Improve your resume!

    There are more than 4,000 free courses for you to study anything that interests you!

  • Free Digital Certificate!

    Complete the course and issue your internationally recognized Digital Certificate free of charge.

More free courses at App Development

Download the App now to have access to + 3300 free courses, exercises, certificates and lots of content without paying anything!

  • 100% free online courses from start to finish

    Thousands of online video courses, audio or text courses.

  • More than 48 thousand free exercises

    To test your knowledge during online courses

  • Valid free Digital Certificate with QR Code

    Generated directly from your cell phone's photo gallery and sent to your email

Cursa app on the ebook screen, the video course screen and the course exercises screen, plus the course completion certificate

+ 6.5 million
students

Free and Valid
Certificate with QR Code

48 thousand free
exercises

4.8/5 rating in
app stores

Free courses in
video, audio and text