gpambrozio / BlockAlertsAnd-ActionSheets

Beautifully done UIAlertView and UIActionSheet replacements inspired by TweetBot
http://codecropper.com/2012/01/replicating-tweetbots-alerts-and-action-sheets/
MIT License
1.41k stars 268 forks source link

responder chain events? copy paste not working #6

Closed Burnsoft closed 12 years ago

Burnsoft commented 12 years ago

I first thought I had issues with my UItextviews but have since realised that if I push a view controller that takes user input from within a UIActionSheet block then the default uimenucontroller copy/paste/select all menu does not show when pushed view is tapped/long pressed.

I've tried re-adding in a manual uimenucontroller with uigesturerecognisers but that also does not work on this view shown from within a block actionsheet.

Has anyone also come across this?

many thanks Nik

gpambrozio commented 12 years ago

I pushed some changes yesterday that addressed some issues with events and what window was key. Can you try with these changes and check if it works?

On Wednesday, February 15, 2012, Burnsoft < reply@reply.github.com> wrote:

I first thought I had issues with my UItextviews but have since realised that if I push a view controller that takes user input from within a UIActionSheet block then the default uimenucontroller copy/paste/select all menu does not show when pushed view is tapped/long pressed.

I've tried re-adding in a manual uimenucontroller with uigesturerecognisers but that also does not work on this view shown from within a block actionsheet.

Has anyone also come across this?

many thanks Nik


Reply to this email directly or view it on GitHub: https://github.com/Arrived/BlockAlertsAnd-ActionSheets/issues/6

Gustavo

Check out Snap!: http://snap.codecrop.com/ Snap turns your iPhone camera into a productivity tool.

Burnsoft commented 12 years ago

Just seen these. I'll check and let you know. Thanks!

Nik

Burnsoft commented 12 years ago

latest code solves the menu issues... many thanks.

gpambrozio commented 12 years ago

Very good to know. Thanks for coming back with this.