NappUI icon indicating copy to clipboard operation
NappUI copied to clipboard

A collection of extended functionality for the UI components of Titanium SDK

Results 29 NappUI issues
Sort by recently updated
recently updated
newest added

I've got the following TSS ``` ".big_blue" : { borderRadius: 25, height: 50, width: '100%', color: '#fff', backgroundColor: Alloy.CFG.blue, shadow:{ shadowRadius:10, shadowOpacity:1, shadowOffset:{x:2, y:2} } } ``` However the moment...

[TRACE] Undefined symbols for architecture i386: [TRACE] "_OBJC_CLASS_$_TiUIiPhoneNavigationGroupProxy", referenced from: [TRACE] l_OBJC_$_CATEGORY_TiUIiPhoneNavigationGroupProxy_$_Extended in libdk.napp.ui.a(TiUIiPhone NavigationGroupProxy+Extended.o) [TRACE] ld: symbol(s) not found for architecture i386

If you set text align (in my case Ti.UI.TEXT_ALIGNMENT_CENTER) and more links app crash on iOS 7. ``` The application has crashed with an uncaught exception 'NSRangeException'. Reason: NSMutableRLEArray objectAtIndex:effectiveRange::...

NappUI: 1.2.2 Titanium SDK: 3.2.3GA Below code works great it scales the view and rotates it simultaniously, but if i set a top:100, or a left:100 to pView, to give...

Using 3.2.1.GA, iOS7 - blur works (so the objects are being extended) but, - barColor doesn't work - title of customCancel doesn't work - disableSearchIcon doesn't work Not sure if...

It would be pretty awesome to incorporate shadow inset in the Ti.UI.createView(); ``` shadow:{ shadowInset:true, shadowRadius:5, shadowOpacity:0.5, shadowOffset:{x:0, y:2} } ```

Would be nice to change default gray color in unselected icon tab in TabGroup and change the height of the bar.

I don't seem to manage to make the textHintColor to work, any idea? TiSDK 3.1.3.GA, Xcode 5 , simulator 7.0 and 6.1 Thnx :)

I love the ImageView extension of Pegli. It adds some nice cropping functionalities. https://github.com/pegli/TiUIEx/tree/master/mobile/iphone/Classes It would be nice to incorporate this in a the NappUI module.