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…
Read MoreArduino 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…
Read MoreIn 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…
Read MoreThis 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…
Read MorePlease 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…
Read MoreThis 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…
Read MoreOne of the most recognizable things about your app is its App Icon. You associate the phone app with a green background and a white telephone symbol. This case is…
Read MoreCocoapods are helpful libraries that can be added to your Xcode project. One well-known service that uses Cocoapods is Firebase. The process for installing cocoapods is below. Step 1:Open the…
Read MoreAlmost any semi-complex app uses an online database. Online databases are helpful to keep track of users and their data, make real-time changes, and more. There are multiple options for…
Read MoreThis is a very common issue and has a very simple fix. If the clock icon in Xcode (usually in the bottom right of the file viewer) is illuminated (usually…
Read More