Posts

Showing posts from June, 2020

How To Convert iOS UI To Android

Image
1. Do Not Convert You shouldn’t use the same UI spec to Android. iOS has a “physical home button” that brings you from any screen to home. However, the Android has “back, home and multi tasking buttons” on the screen. To learn complete ios app development course visit: ios online course What does this mean? An Android user can browse your app, go to the other app, and come back easily. That makes a huge difference. For this reason, iOS generally has a mixture of vertical and horizontal UI structures, but the Android is more vertical. And these “back, home and multi tasking buttons” are on the bottom so you can’t have a tab on the bottom. 2. Familiar with New Terms You will often hear the terms “DP”, “SP” and “9 Patch”. DP and SP are size units and 9 Patch is the name of the asset format. DP stands for density independent pixels . It is the absolute unit that never changes in size. SP is basically the same as DP, but it’s scaleable. If the user set font

iOS UI Segmented Controls

Image
Here we will learn iOS UI segmented control in swift with example and how to use iOS UI Segmented control to show multiple segments in swift using Xcode editor. iOS UI Segmented Control In iOS segmented control is a horizontal control made with multiple segments and each segment will act as a separate view. Generally, we use segmented controls whenever we want to show a group of controls into separate sections or change the views like Maps, switch between transit or satellite views when clicking on segmented control. Our iOS segmented control will be like as shown below We can use  SegmentedControl  in our iOS applications by adding  UISegmentedControl  class reference. Now we will see how to use iOS UI segmentedcontrol in our iOS applications with example. Create iOS SegmentedControl App in Swift To create a new project in iOS Xcode open Xcode from  /Applications  folder directory. Once we open Xcode the welcome window will open like as shown below. In the welc

All Thumbs, Why Reach Navigation Should Replace the Navbar in iOS Design

Image
The Navbar is Tapped Out The UINavigationBar, navbar   for short, has been around since the original iPhone. Historically, navbars have been convenient and clear, easy to understand and easy to build. Then phones ballooned, enough that the iPhone 7 Plus supplanted sales of the iPad mini. Now, if you own a modern iPhone, navbars can feel unwieldy — literally out of touch. Burgeoning screens mean the distance between the navbar and our thumbs has grown. The screen on a 7 Plus is so tall it would take a thumb-length increase of 150 percent to reach those pesky buttons with one hand. Just another knuckle or two. Nothing weird.                                     As devices change, our visual language changes with them. It’s time to move away from the navbar in favor of navigation within thumb-reach. For the purposes of this article, we’ll call that Reach Navigation. To get more info about ios visit: ios app development course Why the Navbar is Out of Touch The Navbar is