CWC+
Pricing
Resources
Log In
Get Started
CWC+
Pricing
Resources
Log In
Get Started
Category
General
Browse CodeWithChris General tutorials, stories, and resources.
Search for:
All
Success Stories
App Development
Swift
SwiftUI
Xcode
Design
Database
Tools & Libraries
Career
General
Chris C • Sep 23 2019
Learn Swift From Objective-C : Variables, Classes, Methods and Properties
In this article series, we’re going to look at some of the differences between Swift and Objective-C. This tutorial is best suited for people who already know Objective-C and want to see the equivalents in Swift. View Article
General
Chris C • Sep 05 2019
Learn Swift From Objective-C : Introduction
Since most of the readers and students of the course started their iOS development journey with Objective-C, I’m writing this article series to introduce the Swift programming language by showing Objective-C code snippets and their Swift equivalents. View Article
General
Chris C • Sep 05 2019
How To Play Sounds – AVAudioPlayer Tutorial (For 2019)
In this AVAudioPlayer tutorial, we’re going to go through an example of playing a sound file that you’ve added to your Xcode project. View Article
General
Chris C • May 29 2023
Starting an iOS Tab Bar App with UITabBarViewController (Updated 2019)
This tutorial will show you how to start an Xcode project to build an iPhone app with a tab bar along the bottom of the screen. In most of my tutorials and demos, we start with a Single View Application Xcode project which is a basic and versatile starting point. However, if your intention is… View Article
General
Chris C • May 29 2023
UIPickerView Example and Tutorial (Updated 2018)
In this tutorial, we’ll walk though a basic implementation example of the UIPickerView which is a UI element that can be used to make a selection from multiple choices (similar to what a dropdown does for a webpage). Steps: Creating the Xcode project Adding and Connecting the UIPickerView Creating the Data Connecting the Data Detecting… View Article
General
Chris C • May 29 2023
UISlider Tutorial and Example
In this tutorial, I’m going to show you a simple demo of adding a slider to your app and capturing the value of the slider. The class we’re going to use is UISlider and it’s part of UIKit which is the framework you’re using to build your app. If you’re new to iOS development, you… View Article
General
Chris C • Sep 25 2019
How to Deploy your App on an iPhone (Updated for 2019)
So you’ve been developing your app and testing it on the Simulator. However, did you know that there could be bugs that only show up when your app is running on an actual iOS device? Furthermore, testing your iOS app on a device is the best way to gauge performance issues before you go… View Article
General
Chris C • Sep 04 2019
How To Make an iPhone App with MySQL and WordPress
Hello! In this guide, I’m going to show you guys how to make three different types of iPhone apps using web hosting, WordPress and MySQL databases to power them. Many people ask about how to connect their iPhone apps to a MySQL database or how to make an iPhone app for a website. The… View Article
General
Chris C • Sep 29 2019
Setting Up Your Web Hosting For MySQL and WordPress
This is Chapter 1 of 5 This article is the first chapter of a larger guide on how to use MySQL and WordPress to create and power iPhone apps. This guide shows you how to make three different apps that all leverage the different aspects of having a web hosting account and this first… View Article
General
Previous
1
2
3
4
5
Next