Marco Pagliari

Results 15 issues of Marco Pagliari

Current ExpandableCell class should considered a standard implementation of a generalized protocol, in order to allow to apply the protocol to UITableViewCell when the developer doesn't want to override ExpandableCell...

It should be easier to interact with JGProgressHUD during UI tests. I added a very basic sample Swift UI test project and some basics `accessibilityIdentifier` to some relevant things of...

Following Apple guidelines an ActionSheet should be displayed as a popover anchored to the UI item who generated it. > On iPad, UIKit requires that you display an action sheet...

enhancement

It could be really useful if some classes implemented into the library would be open to inheritance (e.g. AlertController, AlertAction, ...). At the moment is not possible to extend any...

The issue is related to presenting the UIAlertController in ActioSheet style ``` 2020-05-13 10:25:16.219727+0200 Example[4740:91660] *** Terminating app due to uncaught exception 'NSGenericException', reason: 'Your application has presented a UIAlertController...

bug

See below screenshot: ![image](https://user-images.githubusercontent.com/341895/81800826-bd3c8a00-9513-11ea-9e98-3e9f2571c00b.png)

bug

When in Action Sheet style, the custom view is probably wrongly aligned on Y axis: the view is exactly on the middle of the separator between contents and buttons. When...

bug

It would be really nice to have interface builder support to see the preview of the icon selected. See [Iconic](https://github.com/dzenbot/Iconic) library for example ![screenshot_interface_builder 1](https://user-images.githubusercontent.com/341895/51024873-edc08c80-158a-11e9-9f99-3c655bf13cf5.gif)

It should be possible to configure additional versions without the need to configure the App.config of the main executable (or assembly).

enhancement

### New Issue Checklist * [x] I have read and understood the [CONTRIBUTING guide](https://github.com/Codigami/CFAlertViewController/blob/develop/.github/CONTRIBUTING.md) * [x] I have read the [Documentation](http://cocoadocs.org/docsets/CFAlertViewController/) * [x] I have searched for a similar issue...