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
ERROR: libmp3lame >= 3.98.3 not found mac OR #include
^ 1 error generated. ERROR: libmp3lame >= 3.98.3 not found
To resolve the issue first unlink the lame and then link with overwrite. Go to terminal execute below commands 1. brew unlink lame This ...
NSAutoreleasePool in iOS / why NSAutoreleasePool needed ?
NSAutoreleasePool:- The NSAutoreleasePool class is used to support Cocoa’s reference-counted memory management system. An autor...
"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...
CoreVideo Framework
Core Video provides a pipeline model for digital video in iOS. Partitioning the processing into discrete steps makes it simpler fo...
Abstract Factory Pattern - Creational design pattern / Abstract Factory tutorial / Abstract Factory example
Abstract Factory Pattern Its a creational design pattern. It's extension to factory method. It creates more level of abstraction t...
Garbage Collection in iOS (iPhone)
Garbage Collection When you use the Cocoa garbage collection technology, it manages your application's memory for you. There is no...
Apple watchkit app development started [3 ] / Configuring Your Xcode Project for watchkit
Watchkit is extension to you iOS app. To add watchkit to app follow below steps(1.File new target watchkit app which will add wathkitap...
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...
atomic vs nonatomic in iOS / atomicity in iOS / what is atomic in iOS / what is nonatomic in iOS / what is @atomic in iOS / what is @nonatomic in iOS/
Atomicity: you have likely seen “nonatomic” in property declarations numerous times. When you declare a property as atomic, you u...
Delegate methods of MKMapView ?
Firstly you have added the storeKit.framework in your xcode project then define the protocol as <MKMapviewDelegate> in .h file. -...
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