RMActionController icon indicating copy to clipboard operation
RMActionController copied to clipboard

This is an iOS control for presenting any UIView in an UIAlertController like manner

Results 8 RMActionController issues
Sort by recently updated
recently updated
newest added

This PR replaces the use of `[UIColor whiteColor]` as a container background when transparency / blur is disabled with the system-defined `[UIColor secondaryBackgroundColor]` on iOS 13+ as this color is...

Hi, In dark mode, the header title and header message, are not visible enough, and difficult to change. I suggest that you expose (public) the headers' properties (headerTitleLabel headerMessageLabel).

when keyboard was shown, I don't know how change position of actioncontroller any example and suggest is welcome

enhancement

Currently, the labels for title and message are not customizable at all. Requested in: https://github.com/CooperRS/RMDateSelectionViewController/issues/84

enhancement

Hi @CooperRS Thanks for the awesome library. I wanted to know, is it possible to use it as alertview instead of alertsheet?

enhancement

Hey there, As far as I understand, the only way to modify the default fonts is by subclassing. Is there any chance you could expose those labels/buttons so we can...

enhancement

Hi, really appreciate your work. Would it be possible to add a property that allows a subclass to specify the border width to be used ? Currently the constraints are...

enhancement

Currently the following warning appears in console when presenting a RMActionController without disabling blur effects for the background view: > UIVisualEffectView is being asked to animate its opacity. This will...

help wanted