[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
Comments
- Thomas Huelbert 2011-04-15
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); - Vikramjeet Singh 2011-08-02 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
- Hans Knöchel 2016-11-05 Advanced label configurations should be done using an own label that is placed besides an activity indicato, resolving this ticket.
- Lee Morris 2017-03-24 Closing ticket as invalid with reference to the above comments.