Posts

Post not yet marked as solved
0 Replies
375 Views
I have an UIButton that is aligned left and has a default text color of DarkText.I change the text color by invoking UIButton.titleLabel.textColor = some UIColor.Then I change the alignment of the UIButton by invoking UIButton.contentHorizontalAlignment = UIControl.ContentHorizontalAlignment.center.The button text is moved to the center and the button text color reverts to the default (DarkText) color.Is this a bug or a feature?
Posted Last updated
.
Post not yet marked as solved
0 Replies
353 Views
Prior to the release of iOS 13 selecting "Song" in MPMediaPicker displayed a list of the songs in alphabetical order by song name. Now the song list is being displayed in alphabetical order by the album artist or album's performing artist(s) name. (Can't tell which it is for certain.)
Posted Last updated
.