Ana Sayfa / Tag Archives: ios

Tag Archives: ios

UIDatePicker

Create a Date Picker Swift let datePicker = UIDatePicker(frame: CGRect(x: 0, y: 0, width: 320, height: 200) Objective-C UIDatePicker *datePicker = [[UIDatePicker alloc] initWithFrame:CGRectMake(x: 0, y: 0, width: 320, height: …

Devamını Oku..

Set font / Yazı tipi ayarı

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..

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..

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..

UILocalNotification

Local notifications allow your app to notify the user about content which does not require the use of a server.Unlike remote notifications which are triggered from a server, local notifications …

Devamını Oku..