Giter Club home page Giter Club logo

msautoview's People

Contributors

balazsszamody avatar leoyang-sentia avatar maherksantina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

msautoview's Issues

Add ability to cascade elements programmatically

It would be nice to have operators to cascade elements vertically and horizontally.
For example, if I have 2 views View1 and View2, and I want to place them below each other in a reusable view, I can do something like this:

let view = VerticalCascading(View1() + View2())

or

let view = VerticalCascading(View1() + .spacer(size: 20) + View2())

Swift Compiler Error

I get 2 errors in MSCollectionViewCell, MSTableViewCell and MSScrollView. They are both the same for each class.

I get the error 'Self.CollectionViewCellContainedViewType' requires that '<<error type>>' inherit from 'MSAutoView' on line 42 in MSCollectionViewCell
and the error Type 'MSAutoView' does not conform to protocol 'CollectionViewCellContainable' on line 49 in the same file.

I started using this package yesterday with no problems, they are now showing up today after not changing any code. The only think I have done is update my xcode version to 12.0 and MacOS version to 10.15.6

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.