Giter Club home page Giter Club logo

Comments (4)

tbrannam avatar tbrannam commented on May 29, 2024

One suggestion I could make is to require the XML markup to use the general use tags of tableviewcell, but include a xml attribute to indicate the ObjC classname to use.

Additionally or alternatively it might be useful to allowing the default mapping from the elements to a Concrete class as a base configuration - perhaps this could be contained in options passed to the ISSViewBuilder? Or an external mapping?

For example, a plist containing - such that the custom class will be created by default, and fallback to the built in types?
@{@"tableviewcell" : @"PrototypeExampleCell",
@"tableview": @"MyCustomTableView"}

from interfacss.

tbrannam avatar tbrannam commented on May 29, 2024

Pull request #9 does not address custom class mapping,

from interfacss.

tbrannam avatar tbrannam commented on May 29, 2024

This has been working very well - although since tagToClass in internal to ISSViewHierachyParser, my XML becomes very un-DRY

        <label class="I number"  impl="TTTAttributedLabel"/>
        <label class="II number" impl="TTTAttributedLabel"/>
        <label class="III number"  impl="TTTAttributedLabel"/>
        <label class="IV number" impl="TTTAttributedLabel"/>
        <label class="V number" impl="TTTAttributedLabel"/>

It would be good to allow applications to override the default implementation class at application startup.

from interfacss.

tolo avatar tolo commented on May 29, 2024

Added initial support for this, by exposing the method elementNameToViewClass in ISSViewHierarchyParser (see 649fbda).

Note though that it also is possible to specify the implementation class via the XML element name, i.e.:

<TTTAttributedLabel class="I number"/>

from interfacss.

Related Issues (20)

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.