rayaan

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 dynamic user content. Implementing a AVSpeechUtterance is simple, start by importing AVFoundation() so that you can use the AVSpeechUtterance protocol. In your class, define a […]

AVSpeechUtterance in Swift Read More »

Arduino Nano With Blynk

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 with an app called Blynk on iPhone & Android. PARTS NEEDED 1) You will need a computer running ARDUINO (download here)2) You will need a computer running and the BLYNK LIBRARY

Arduino Nano With Blynk Read More »

UILabel Basics

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 app using the UILabel. Please use the video below to learn how to make a simple on-off app using the UILabel. (Please Note that the

UILabel Basics Read More »

How to send an app to App Store Connect and get ready for launch

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 App Store Connect at appstoreconnect.apple.com and click “My Apps”. Then, click the plus button (shown in the image) as indicated below and follow the directions.

How to send an app to App Store Connect and get ready for launch Read More »