SlideShare a Scribd company logo
iOS Programming
Objective C + iOS
Profile
Ankit Desai
 Ph.D. Scholar, IET, Ahmedabad University
 Education: M. Tech. CE, B.E. I. T.
 Experience: 7.5 Years (Academic and Research)
 Research Interest: IoT, Big Data Analytics,
Machine Learning, Data Mining.
Slider, switch & progress
 Drag slider, progress and switch on GUI
 Drag respective labels (3 labels) on GUI
 Drag a button on GUI
Change Switch State
Change Process View
Properties
Change Slider Properties
Create UI
Switch
Progress
Button
Slider
Label
Connections
@synthesize
 @synthesize
lblProcess,lblVolume,sliderOutlet,switchOutlet,lblSwitc
h,processOutlet,timer;
Slider Code
- (IBAction)sliderValueChanged:(id)sender {
lblVolume.text=[NSString stringWithFormat:@"Volume
%d",(int)sliderOutlet.value];
}
Switch Code
- (IBAction)SwitchClicked:(id)sender {
if([switchOutlet isOn]){
lblSwitch.text = [NSString stringWithFormat:@"You Switched: on"];
}else{
lblSwitch.text = [NSString stringWithFormat:@"You Switched: off"];
}
}
ProgressBar Code 1
- (IBAction)startClicked:(id)sender {
timer = [NSTimer scheduledTimerWithTimeInterval:1 target:self
selector:@selector(updateUI:) userInfo:nil repeats:YES];
}
ProgressBar Code 2
- (void)updateUI:(NSTimer *)timer
{
static int count = 0;
count++;
if (count <= 100) {
lblProcess.text = [NSString stringWithFormat:@"Completed %d %%",count];
processOutlet.progress = (float)count/100.0f;
}
}
Output
Output
Thank you
 For further communication or queries:
 Contact me:
 desaiankitb@gmail.com
 www.fb.com/desaiankitb

More Related Content

PPTX
Presentation1 password
Ankit Desai
 
PPTX
Presentation14 audio play
Ankit Desai
 
PPTX
Presentation6 ui image_view
Ankit Desai
 
PPTX
Presentation2 gesture control
Ankit Desai
 
PPTX
Presentation10 view navigation
Ankit Desai
 
PPTX
Presentation11 sq lite
Ankit Desai
 
PPTX
Presentation7 segment control
Ankit Desai
 
PPTX
Presentation15 parse xml
Ankit Desai
 
Presentation1 password
Ankit Desai
 
Presentation14 audio play
Ankit Desai
 
Presentation6 ui image_view
Ankit Desai
 
Presentation2 gesture control
Ankit Desai
 
Presentation10 view navigation
Ankit Desai
 
Presentation11 sq lite
Ankit Desai
 
Presentation7 segment control
Ankit Desai
 
Presentation15 parse xml
Ankit Desai
 

What's hot (6)

PPTX
Presentation3 actionsheet alertview
Ankit Desai
 
PPTX
Presentation4 date picker
Ankit Desai
 
PPTX
Presentation5 picker view
Ankit Desai
 
PPT
screen output and keyboard input in js
chauhankapil
 
ODP
Создание собственных сущностей с использованием Entity API
DrupalForumZP2012
 
ODP
DrupalCafe Kyiv EntityAPI
Yuriy Gerasimov
 
Presentation3 actionsheet alertview
Ankit Desai
 
Presentation4 date picker
Ankit Desai
 
Presentation5 picker view
Ankit Desai
 
screen output and keyboard input in js
chauhankapil
 
Создание собственных сущностей с использованием Entity API
DrupalForumZP2012
 
DrupalCafe Kyiv EntityAPI
Yuriy Gerasimov
 
Ad

Similar to Presentation8 silder switch_progress (20)

PPT
Programming iOS in C#
Frank Krueger
 
PDF
Iphone lecture imp
Pragati Singh
 
PPTX
iOS for C# Developers - DevConnections Talk
Miguel de Icaza
 
PDF
Introduction of Xcode
Dhaval Kaneria
 
PPTX
Basic iOS Training with SWIFT - Part 1
Manoj Ellappan
 
PPTX
iOS app dev Training - Session1
Hussain Behestee
 
PPT
Ios - Intorduction to view controller
Vibrant Technologies & Computers
 
PDF
The iOS technical interview: get your dream job as an iOS developer
Juan C Catalan
 
PDF
Ios 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
qgxviia0040
 
PDF
Ios 5 Programming Cookbook Solutions Examples For Iphone Ipad And Ipod Touch ...
colffwalbum
 
PDF
iOS 5 Programming Cookbook Solutions Examples for iPhone iPad and iPod touch ...
dhentyimeng51
 
PPTX
iOS,From Development to Distribution
Tunvir Rahman Tusher
 
PDF
iOS 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
gancezatta3e
 
PDF
iOS 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
gancezatta3e
 
PDF
iOS 5 Programming Cookbook Solutions Examples for iPhone iPad and iPod touch ...
nhiocou1527
 
PDF
iOS: A Broad Overview
Chris Farrell
 
PDF
iOS 5 Programming Cookbook Solutions Examples for iPhone iPad and iPod touch ...
ericasapna10
 
PDF
Programming Ios 4 Fundamentals Of Iphone Ipad And Ipod Touch Development 1st ...
jungieaugi
 
PDF
Absolute Beginners Guide to iPhone dev
Barry Ezell
 
PDF
iOS 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
aokthuuch8367
 
Programming iOS in C#
Frank Krueger
 
Iphone lecture imp
Pragati Singh
 
iOS for C# Developers - DevConnections Talk
Miguel de Icaza
 
Introduction of Xcode
Dhaval Kaneria
 
Basic iOS Training with SWIFT - Part 1
Manoj Ellappan
 
iOS app dev Training - Session1
Hussain Behestee
 
Ios - Intorduction to view controller
Vibrant Technologies & Computers
 
The iOS technical interview: get your dream job as an iOS developer
Juan C Catalan
 
Ios 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
qgxviia0040
 
Ios 5 Programming Cookbook Solutions Examples For Iphone Ipad And Ipod Touch ...
colffwalbum
 
iOS 5 Programming Cookbook Solutions Examples for iPhone iPad and iPod touch ...
dhentyimeng51
 
iOS,From Development to Distribution
Tunvir Rahman Tusher
 
iOS 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
gancezatta3e
 
iOS 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
gancezatta3e
 
iOS 5 Programming Cookbook Solutions Examples for iPhone iPad and iPod touch ...
nhiocou1527
 
iOS: A Broad Overview
Chris Farrell
 
iOS 5 Programming Cookbook Solutions Examples for iPhone iPad and iPod touch ...
ericasapna10
 
Programming Ios 4 Fundamentals Of Iphone Ipad And Ipod Touch Development 1st ...
jungieaugi
 
Absolute Beginners Guide to iPhone dev
Barry Ezell
 
iOS 7 Programming Cookbook 2nd Edition Vandad Nahavandipoor
aokthuuch8367
 
Ad

More from Ankit Desai (9)

PPTX
java Jdbc
Ankit Desai
 
PPTX
java code and document security
Ankit Desai
 
PPTX
Java Beans
Ankit Desai
 
PPTX
java drag and drop and data transfer
Ankit Desai
 
PPTX
Java RMI
Ankit Desai
 
PPT
java swing programming
Ankit Desai
 
PPT
Java Networking
Ankit Desai
 
PPT
JDBC
Ankit Desai
 
PPTX
Hadoop installation
Ankit Desai
 
java Jdbc
Ankit Desai
 
java code and document security
Ankit Desai
 
Java Beans
Ankit Desai
 
java drag and drop and data transfer
Ankit Desai
 
Java RMI
Ankit Desai
 
java swing programming
Ankit Desai
 
Java Networking
Ankit Desai
 
Hadoop installation
Ankit Desai
 

Recently uploaded (20)

PPTX
Can You Build Dashboards Using Open Source Visualization Tool.pptx
Varsha Nayak
 
PDF
An Experience-Based Look at AI Lead Generation Pricing, Features & B2B Results
Thomas albart
 
PDF
New Download MiniTool Partition Wizard Crack Latest Version 2025
imang66g
 
PPTX
Odoo Integration Services by Candidroot Solutions
CandidRoot Solutions Private Limited
 
PPTX
Web Testing.pptx528278vshbuqffqhhqiwnwuq
studylike474
 
PDF
Exploring AI Agents in Process Industries
amoreira6
 
PDF
Salesforce Implementation Services Provider.pdf
VALiNTRY360
 
PDF
Summary Of Odoo 18.1 to 18.4 : The Way For Odoo 19
CandidRoot Solutions Private Limited
 
PDF
49784907924775488180_LRN2959_Data_Pump_23ai.pdf
Abilash868456
 
PDF
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
DOCX
Can You Build Dashboards Using Open Source Visualization Tool.docx
Varsha Nayak
 
PPTX
Role Of Python In Programing Language.pptx
jaykoshti048
 
PPTX
classification of computer and basic part of digital computer
ravisinghrajpurohit3
 
PDF
ChatPharo: an Open Architecture for Understanding How to Talk Live to LLMs
ESUG
 
PDF
Key Features to Look for in Arizona App Development Services
Net-Craft.com
 
PPTX
Presentation about variables and constant.pptx
safalsingh810
 
PDF
On Software Engineers' Productivity - Beyond Misleading Metrics
Romén Rodríguez-Gil
 
PPTX
Maximizing Revenue with Marketo Measure: A Deep Dive into Multi-Touch Attribu...
bbedford2
 
PPTX
GALILEO CRS SYSTEM | GALILEO TRAVEL SOFTWARE
philipnathen82
 
PDF
Bandai Playdia The Book - David Glotz
BluePanther6
 
Can You Build Dashboards Using Open Source Visualization Tool.pptx
Varsha Nayak
 
An Experience-Based Look at AI Lead Generation Pricing, Features & B2B Results
Thomas albart
 
New Download MiniTool Partition Wizard Crack Latest Version 2025
imang66g
 
Odoo Integration Services by Candidroot Solutions
CandidRoot Solutions Private Limited
 
Web Testing.pptx528278vshbuqffqhhqiwnwuq
studylike474
 
Exploring AI Agents in Process Industries
amoreira6
 
Salesforce Implementation Services Provider.pdf
VALiNTRY360
 
Summary Of Odoo 18.1 to 18.4 : The Way For Odoo 19
CandidRoot Solutions Private Limited
 
49784907924775488180_LRN2959_Data_Pump_23ai.pdf
Abilash868456
 
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
Can You Build Dashboards Using Open Source Visualization Tool.docx
Varsha Nayak
 
Role Of Python In Programing Language.pptx
jaykoshti048
 
classification of computer and basic part of digital computer
ravisinghrajpurohit3
 
ChatPharo: an Open Architecture for Understanding How to Talk Live to LLMs
ESUG
 
Key Features to Look for in Arizona App Development Services
Net-Craft.com
 
Presentation about variables and constant.pptx
safalsingh810
 
On Software Engineers' Productivity - Beyond Misleading Metrics
Romén Rodríguez-Gil
 
Maximizing Revenue with Marketo Measure: A Deep Dive into Multi-Touch Attribu...
bbedford2
 
GALILEO CRS SYSTEM | GALILEO TRAVEL SOFTWARE
philipnathen82
 
Bandai Playdia The Book - David Glotz
BluePanther6
 

Presentation8 silder switch_progress