AVSpeechUtterance in Swift
AVSpeechUtterances is a very useful feature in iOS that allows you to perform text-to-speech with just a few lines of code. This is especially useful when you are dealing with …
AVSpeechUtterances is a very useful feature in iOS that allows you to perform text-to-speech with just a few lines of code. This is especially useful when you are dealing with …
This post has been moved from my Pacific website. The post was originally published on 8/27/2016 at 7pm. INTRODUCTION This project will show you how to control an Arduino Nano …
Developing UI for the iPhone X lineup is much more difficult than developing UI for older models (iPhone 8 and below) due to the notch at the top and the …
Make iOS app UI for the iPhone X, Xs, and 11 the Right Way Read More »
Why it Happens: The SIGABRT Error is one of the most notorious error in Xcode. You can get this error if you remove an IBOutlet/IBAction (that is connected to an …
If you are involved in launching an app for any Apple Platform, you will need to use App Store Connect. App Store Connect Membership Access is included in the Paid …
Arduino is one of the most popular hobby and prototype platforms. This article will go over some basics about the Arduino Hardware and software. Above is a standard Arduino UNO …
In iOS programming, IBOutlets are very commonly used. This post will explain what IBOutlets are. IBOutlets connect your code to your UI Elements. Each UI Element must be connected to …
Explaining and Implementing IBOutlets in Swift Programming using Xcode Read More »
This post was transferred from my Xalting.com site. UILabels are the basic component of almost any app. This post includes a video which will demonstrate how to make a simple …
Please note that this post is not sponsored and is an honest opinion There are many times where you may need to build a static web page, but are not …
This article is assuiming that you have already have an approved paid membership to the Apple Developer Program. If not, you can obtain one at developer.apple.com. First, log in to …
How to send an app to App Store Connect and get ready for launch Read More »