Skip to main content

38 posts tagged with "iOS Development"

iOS development tips and tutorials

View All Tags

How To Make An iOS App Based On Your Budget

· 6 min read
Full Stack Developer
Last updated on February 5, 2019

 Make An iOS App Based On Your Budget

As the mobile industry continues to evolve, more and more entrepreneurs are looking to build their own iOS apps and publish them to the App Store. The technology has also evolved tremendously in the past few years, and there are various ways of making your app nowadays. In this article, we’re taking a stab at teaching you how to make an iOS app based on your budget.

App Store generates 93% more revenue than Google Play

· 2 min read
Full Stack Developer
Last updated on February 5, 2019

There is some good news coming out from Q3 2018: the App Store generates almost double the revenue made by Google Play. Not only it makes more money, but the App Store revenue is also growing at a higher rate than Google Play’s generated income. This discovery is extremely important since it shows where the money really is for mobile developers and tech entrepreneurs.

3 Deadly Mistakes When Trying to Make Money in iOS App Development

· 3 min read
Full Stack Developer
Last updated on May 12, 2018

3 Deadly Mistakes When Trying to Make $$$ in iOS App Development

There is no doubt that there are piles of money to be made in iOS app development. After all, Apple owned 15.2 percent of the global smartphone market last year. However, the worldwide popularity of the iPhone does not mean that an iOS app developer can simply do whatever he or she wants when creating iOS apps. iOS app developers must know these three pitfalls to avoid when trying to make money through iOS app development.

Drawer menu implementation in Swift 5

· 3 min read
Full Stack Developer
Last updated on June 19, 2019

drawer menu swift iphone slide menu source code

Many of our fully-coded iPhone app templates consist of a drawer menu navigation. This type of navigation usually is triggered by tapping on a menu button on the top left corner of the screen. Once clicked, the menu gets extended from the left side and takes over two-thirds of the screen. Here, the users can choose whatever option they want to navigate to. This type of app navigation is more popular in Android apps, but it gained some ground in the iOS realm as well, especially since concepts like Material design came out. People might also refer to this as hamburger menu navigation.

Swift tutorial: Collection view layout with flexible cell sizes

· 6 min read
Full Stack Developer
Last updated on January 29, 2018

flexible cell sizes There are many use cases where you want your app to display collections of UI elements with flexible cell sizes, that render compactly on the screen, taking up as much space as possible. Unfortunately, achieving this in Swift is not straightforward and having collection views dealing with cells of different heights and widths can be tricky. In this tutorial, you'll be able to learn how you can create the layout pictured below (which is a shot of our WordPress iPhone App Template):

Share content to Facebook and Twitter in Swift 5 – SLComposeViewController

· 3 min read
Full Stack Developer
Last updated on June 19, 2019

intro picture

We're currently working on an iOS template that lets you create an iPhone app for your WordPress blog in a matter of minutes. While implementing this, we had to come up with a mechanism that allows users to share content to Facebook and Twitter. This is an important functionality for a blogger since everyone wants their content to be easily spread around the Internet. That's when we discovered SLComposeViewController.

Auto Layout: Should you use Interface Builder for building your iOS app?

· 6 min read
Full Stack Developer
Last updated on April 11, 2017

By introducing Auto Layout, Apple made a lot of progress in their attempt to help iOS developers in building their iOS app's user interfaces. The Interface Builder got a lot better, the Auto Layout was integrated into it, and more recently UIStackViews are gaining a lot of traction and popularity. Having many different approaches of laying out views with Auto Layout, makes it necessary to decide upfront, on a consistent pattern to be followed when building your iOS app.