Brandon Shelley

Results 87 issues of Brandon Shelley

When setting variables (like session) should be able to do something like: ``` { "_type": "Set", "set": { "$session.property": "bob", }, "on": "touchUp" } ```

enhancement

Several internal projects contain additional features and bug fixes: - IXBeacon, IXLocationTracker, IXFBProfile from VTA - OAuth2 DP fixes from BigZ

defect
enhancement

``` // // IXViewController.m // Ignite Engine // // Created by Robert Walsh on 10/3/13. // /**************************************************************************** The MIT License (MIT) Copyright (c) 2015 Apigee Corporation Permission is hereby granted,...

Currently `-(NSString*)rowDataTotalForKeyPath:(NSString*)keyPath` is a bit of a wonky way of implementing this functionality. Look at redoing it as a variable util or some other cleaner semantic.

defect

App-level fonts can be defined, but require a font size. Need to support an app-level default font that doesn't need defining on each text control. E.g.: ``` { "$app.font.family": "Aileron",...

enhancement

If you set the border radius to `{{[[$self.size.w]] / 2}}`, the control becomes a circle. This works for almost every control, except those with subviews. All subviews should support the...

Image Picker, Facebook Profile and other controls that access and retain binary image data should be accessible to other controls. E.g. FBProfile.image should be able to be used by another...

enhancement

Currently button icons only scale to fill, which can be challenging when dealing with multi-resolution icons. Simplify this by allowing content mode to be center, fit, fill, or TRBL positioning.

enhancement