Swift let label = UILabel() Objective-C UILabel *label = [[UILabel alloc] init]; or UILabel *label = [UILabel new]; // convenience method for calling alloc-init “Koronavirüs zamanında teknoloji alanında iş fırsatlarına buradan ulaşabilirsiniz” …
Devamını Oku..Number of Lines / Hata Sayısı
When you make a label and set its text to be more than a single line that it can display, it will be truncated and youwill see only one line …
Devamını Oku..UI Label / UI etiketi
The UILabel class implements a read-only text view. You can use this class to draw one or multiple lines of statictext, such as those you might use to identify other …
Devamını Oku..Create your first program in Swift 3 / Swift 3’te ilk programınızı oluşturun
Here I am presenting how to create first basic program in Swift 3 language. First you need to have any basicprogramming language knowledge or not having then be ready to …
Devamını Oku..Xcode Interface / Xcode arayüzü üzerinde debug etme
In the Xcode, you have three separate areas of working – Navigators (in red), Debug area(in green) and Utilities(inblue). The workspace window always includes the editor area. When you select …
Devamını Oku..IOS Hello World / ISO’da Ekrana Hello Word Yazdırma
After setting up Xcode, it is not difficult to get your first iOS up and running.In the following example we will: Start a new projectAdd a labelPrinting message to console.Run …
Devamını Oku..Getting started with iOS / İOS kullanmaya başlama
VersionRelease DateiPhone OS 22008-07-11iPhone OS 32009-06-17iOS 42010-06-08iOS 52011-10-12iOS 62012-09-19iOS 72013-09-18iOS 82014-09-17iOS 8.1 2014-10-20iOS 8.22015-03-09iOS 8.32015-04-08iOS 8.4 2015-06-30iOS 92015-09-16iOS 9.12015-10-22iOS 9.22015-12-08iOS 9.32016-03-21iOS 10.0.12016-09-13iOS 10.12016-10-24iOS 10.22016-12-12iOS 10.2.12017-01-23iOS 10.32017-03-27iOS 10.3.12017-07-19 Creating a default …
Devamını Oku..