Nick Snyder
Nick Snyder
Are the foundation imports causing a problem?
More doc would be good. Similar to `reuseIdentifier` for UITableViewCell and UICollectionViewCell.
I am curious if you have have a concrete example of this actually being a problem (what does the view look like and how big is it?). You will need...
Sounds useful. Needs some thought as far as what the best design is to accomplish this.
Feel free to make a more detailed proposal or submit a PR.
I would bundle this type of change with some other breaking change that we want to make instead of doing a breaking release just to rename stuff.
@lucabartoletti Do you have a use case where the actual layout (size, location) of the button changes depending on the state? Usually these state changes only affect visual appearance, which...
@vladimirkofman You can add a gesture recognizer (or do anything else you might want to do with a UIView on the main thread) in the config block. ``` swift func...
I think this would be easily accomplished by creating a custom layout (possible name `OffsetLayout`). Something like this (incomplete implementation) ``` swift public class OffsetLayout: Layout { public let offset:...
I have not used Xamarin before so I don't know how it handles importing Swift libraries. If you know what needs to change, please provide details.