Objective C and Switft learning
Home
Tuesday, April 8, 2014
Home
» » Dismiss keypad or keyboard in iphone
Dismiss keypad or keyboard in iphone
Developer
4:16 AM
No comments
use
[
self
.
view
endEditing
:
YES
];
it will dismiss keypad
Email This
BlogThis!
Share to X
Share to Facebook
Share to Pinterest
← Newer Post
Older Post →
Home
0 comments:
Post a Comment
About
Popular
Tags
Blog Archives
Lazy Instantiation in Objective-C [ iphone ] [ iOS ] [ Objective C ]
Lazy Instantiation (initialisation ) , this technique is good if you have an object that only needs to be configured once and has some co...
"Notification" in Objective C ?
provides a mechanism for broadcasting information within a program, using notification we can send message to other object by adding obser...
what is Selector in iOS / what is Selector in iPhone
A selector is the name used to select a method to execute for an object, or the unique identifier that replaces the name when the source...
Difference between "protocol" and "delegate" ?
Delegates are created using protocols. protocol is used the declare a set of methods that a class that "adopts" (declares that...
iOS Architecture [ iPhone ]
reference:- http://www.techotopia.com/ iOS Architecture Application runs above the Cocoa Touch layer. Application can call an...
How user gets to know the difference between Local and Push notification ?
There is no difference between both notification for the user both seems the same to him. Only change is user will be notified at ...
__block
When variable is marked with __block , the modifications done inside the block are also visible outside of it.
what is dispatch_once() in iOS / dispatch_once() in iOS
Executes a block object once and only once for the lifetime of an application. This function is useful for initialization of global data...
extern "C" in objective C / extern "C" meaning
extern "C" void foo ( int ); extern "C" { void g ( char ); int i ; } When C++ compiler compiles th...
About ViewController / view Controller in iPhone [ iOS ]
View Controllers are the link between data and view(visual appearance). Whenever iOS displays anything on screen it is managed by the View...
About Me
Developer
View my complete profile
Blog Archive
►
2016
(1)
►
December
(1)
►
2015
(72)
►
July
(4)
►
May
(1)
►
February
(1)
►
January
(66)
▼
2014
(25)
►
October
(1)
►
July
(9)
►
May
(1)
▼
April
(10)
Dismiss keypad or keyboard in iphone
Moving from portrait view to Landscape view / Pot...
-iPhone backboardd[52] : failed to resume in time
iOS Architecture [ iPhone ]
different type of Application template [ iPhone ] ...
Frequently used Design pattern used in iPhone Prog...
Handling AddressBook in iphone [ iOS ]
Display loading indicator / Activity Indicator / d...
About ViewController / view Controller in iPhone [...
Lazy Instantiation in Objective-C [ iphone ] [ iOS...
►
January
(4)
►
2013
(30)
►
December
(14)
►
November
(1)
►
April
(2)
►
February
(3)
►
January
(10)
►
2012
(2)
►
December
(2)
Powered by
Blogger
.
Home
Blog Archive
►
2016
(1)
►
December
(1)
►
2015
(72)
►
July
(4)
►
May
(1)
►
February
(1)
►
January
(66)
▼
2014
(25)
►
October
(1)
►
July
(9)
►
May
(1)
▼
April
(10)
Dismiss keypad or keyboard in iphone
Moving from portrait view to Landscape view / Pot...
-iPhone backboardd[52] : failed to resume in time
iOS Architecture [ iPhone ]
different type of Application template [ iPhone ] ...
Frequently used Design pattern used in iPhone Prog...
Handling AddressBook in iphone [ iOS ]
Display loading indicator / Activity Indicator / d...
About ViewController / view Controller in iPhone [...
Lazy Instantiation in Objective-C [ iphone ] [ iOS...
►
January
(4)
►
2013
(30)
►
December
(14)
►
November
(1)
►
April
(2)
►
February
(3)
►
January
(10)
►
2012
(2)
►
December
(2)
0 comments:
Post a Comment