[TIMOB-841] iOS: add shadowColor and shadowOffset properties to activity indicator
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-11-05T16:00:33.000+0000 |
Affected Version/s | Release 1.5.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T02:37:38.000+0000 |
Updated | 2017-03-24T17:08:24.000+0000 |
Description
from premium support request
http://helpdesk.appcelerator.net/tickets/2181">http://helpdesk.appcelerator.net/tickets/2181
valid, needs test case (once/if implemented). the request is below, and I believe is referring to the text (not the spinner itself):
"Just trying to mimic the App Store's activity indicator:
var activity = Titanium.UI.createActivityIndicator({
top:120, width:100, height:100, font:{fontSize:14, fontWeight:'bold'}, color:'#333333', shadowColor:'#FFFFFF', shadowOffset:{x:0, y:1}, message:'Loading...', style:Titanium.UI.iPhone.ActivityIndicatorStyle.DARK }); activity.show();
win.add(activity);
Bug Scrub: Valid. No Test Case exists. Tested On: Mac OSX Lion TiMob Version: 1.7.2 TiStud Version: 1.0.2 Devices used: iPhone 4.3.4 Note: Required properties does not exist in current APIs
Advanced label configurations should be done using an own label that is placed besides an activity indicato, resolving this ticket.
Closing ticket as invalid with reference to the above comments.