
iPhone X: "The Notch" and CSS
Apple's iPhone X has a screen that covers the entire face of the phone, save for a "notch" to make space for a camera and other various components.

Apple's iPhone X has a screen that covers the entire face of the phone, save for a "notch" to make space for a camera and other various components.

Improving load UITableView presentation by adding an animation effect on the first load, a good tool to impress user interactions.

“Super-Retina” display of the new iPhone X has a screen resolution of 1125px × 2436px, according to Human Interface Guidelines it’s an @3x screen with an effective 375 x 812 visual points

iOS 11 brought a lot of new APIs for iOS developers. In this article, I’ll guide you how to easily implement Drag & Drop feature in your applications…

How does the iPhone X display apps on its distinctive screen? That depends on which version of Xcode the apps were built with.

Yes you heard it right, Wireless Debugging We were waiting for this moment and finally Apple announced wireless debugging feature on Xcode 9 and iOS 11 at WWDC 17

Learn the easy way to catch and fix memory leaks in your iOS 11 apps and make it faster and more responsive by using Xcode 9 Instruments.

With this tutorial, I will provide you with a detailed map to get your application iOS application submitted to Apple's App Store.

NativeScript is a framework for building cross-platform native mobile apps using XML, CSS, and JavaScript. In this series, we're trying out some of the cool things you can do with NativeScript.

In this Carthage tutorial, you'll learn all about what Carthage is, how to install it, and how to declare, install, and integrate your dependencies.

Most websites — and, more importantly, their readers — can benefit from becoming PWAs — Progressive Web Apps. And it’s so easy!

A little over a year ago, we founded Beta Labs with the goal of creating engaging mobile apps, tailored to young millennials and gen Z…

Swift 4 has been in the works for the last few months. If you're like me, you might follow Swift Evolution to stay up to date with all the proposals and changes.

We’re excited to introduce our latest book — RxSwift: Reactive Programming with Swift. See what’s inside, and learn how to grab your launch week discount!

MVC stands for Model-View-Controller, and it's a widespread architectural pattern for software development. It's the de facto design pattern for Cocoa development.