Jesse Collis

Results 12 comments of Jesse Collis

JANorman, if you look closely at the `get_theme_layouts()` function and `_find_view_folder()` Template is looking for the layout files within `[themes dir]/mytheme/views/layouts/layoutfile.php`. The 'views' folder inbetween the theme folder and the...

Why should it work with TextMate 2? This is a solution for the very old TextMate 1.x.

Sorry @salehmasum, it's been nearly three years since this project was updated. It's unlikely it will work with newer versions of Xcode without some changes.

Using `valueForKey:` with NSDictionary requires a string parameter as per the NSDictionary docs: > "Note that when using key-value coding, the key must be a string." The EZForm code you've...

There are issues with compiling EZForm with Xcode 7. You'll find the [develop branch](https://github.com/chrismiles/EZForm/tree/develop) has the a number of [new commits](https://github.com/chrismiles/EZForm/commits/develop) that fix these issues. I will be updating the...

Off the top of my head I'm not sure. If you look at the EZFormDemo/ScrollView Form on iPad it has a EZFormRadioField, and when you activate it the background behind...

Okay yeah, shouldn't be a problem. Happy to merge a PR with the version change. Or take instructions on how to do it :D

FWIW I attempted to push the 1.1.5 update to trunk the other day but the project is failing to compile under Xcode 7. I've pushed a handful of commits to...

EZForm has deliberately stayed away from getting too involved with your user interface, but off the top of my head I can think of a few extensions to the validation...

Hey guys, I've been following along from a distance - are there any additions we could make to EZForm to support this kind of functionality?