Delegate issue in iphone [closed] - iphone

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I want to call multiple delegate simultaneously in my iphone application.is it possible?if possible please provide me guideline.Thanks

Its not possible to call/assign multiple delegates to a single protocol. You can always do it with notifications. The delegate classes in your context should listen for the notification.

Related

Best app cycle method to update UI in swift? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 days ago.
Improve this question
So I just want to increase my efficiency in programming and did not found any articles. I already know about the rule of main thread, but in which app cycle method I should put my UI configuration (viewDidLoad, viewDidLayoutSubviews, etc.)?
Thanks!
Currently I'm doing most of the changes in viewDidLayoutSubviews but sometimes I have to use willAppear method, which made me ask this question

How to implement "Alarm" by UILocalNotification? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to implement Alarm by UILocalNotification. I am doing first time it. I have no idea how i do it. please anyone help me..thank you
Here is a good tutorial about this.

How can I built 2UIDatepicker in 320width [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Please check attached screenshot.
I am not able to built this screen.
Is there any way to develop ?
There not two UIDatePicker but one UIPickerView with two components.
Then they filled the components with an array of dates.

After removal of a overlay view which method get called [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
i have a small doubt that how to call a method form one class to other class ,and this method is define in called class .
i wants to use the Protocol class but i don't know how to use this .
so can any one can help me to use the protocol class,with a example
You Need to create delegate for the same, You can check many questions are available for the same.
How to use custom delegates in Objective-C

scrolling the screen [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
i am a beginner for iphone and xcode pls anybody give me code to make scroll the screen ...
If you are a registered iPhone developer, then you should look at various Sample Code projects. There are probably a couple that deal with scrolling.