What is the purpose of using ibaction and iboutlet?



What is the purpose of using ibaction and iboutlet?..

Answer / Mohd Altaf Khan

ibaction and iboutlet are two important features used in iOS development with Xcode. nnibaction is a method or function that gets called when an event, like a button click, occurs in the user interface (UI). It's defined using the @action keyword.nniboutlet, on the other hand, is a directive used for creating an outlet, which allows access to UI elements from your Swift code. It's defined using the @IBOutlet keyword.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

Explain how the push notification works in iOS operating system?

1 Answers   Winsol Solutions,


What are the Common reasons for app rejection from app store review process?

1 Answers  


What is retain in ios?

1 Answers  


What is singleton design pattern in ios?

1 Answers  


What is nsmanagedobjectmodel?

1 Answers  


What is cocoa touch?

1 Answers  


Which api would you use to write test scripts to exercise the application’s ui elements?

1 Answers  


What is weak in ios?

1 Answers  


What is cocoa and cocoa touch?

1 Answers  


What is a retain cycle?

1 Answers  


How to handle concurrency problems in core data?

0 Answers  


What are the features of ios?

1 Answers  


Categories