Hey Alex! I see where you're coming from, but my sentiments are that it is a needed bit of stretching. The iUI framework (as it stands) doesn't "play very nice" with other frameworks or with previous code that wasn't written with iUI in mind. Creating the iScroll integration and iPad integration has forced the codebase to do a little much-needed maturing so it can handle some of these situations (and it still needs some more maturing).
I do agree that we should separate the code that iPad-specific (and iPhone-specific, if there is any). Segregating the code in this way (separate classes or a function prefix or something) would be smart both for device optimization (no need to send iPad-specific code to the phone) and for code organization (single-responsibility principle). -- peter rust -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Alex Zylka Sent: Wednesday, June 16, 2010 3:53 PM To: iPhoneWebDev Subject: iUI(Pad) Hey there web dev group! This is kind of directed to iUI devs. I think we need to create a dedicated iUI type framework for the iPad. Mixing iUI with the iPhone and iPad could be helpful, but it might get too confusing. I like Sean Gilligan's idea and all of the iPad/iUI demos, but we might be stretching it a bit here. I see this as a warning that we shouldn't have too much of a good thing (i.e. iUI for every iDevice). Those are just my thoughts on this new situation. My bottom line is create a separate framework based on iUI, but not integrated. Alex Zylka http://www.zylka.us/ -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en. -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
