Re: Will this get my iOS app rejected???
Re: Will this get my iOS app rejected???
- Subject: Re: Will this get my iOS app rejected???
- From: Dave <email@hidden>
- Date: Tue, 01 Oct 2013 12:13:04 +0100
On 27 Sep 2013, at 17:13, Manfred Schwind <email@hidden> wrote:
> Please see attributedPlaceholder
>
Thanks! Problem solved!
Dave
> Regards,
> Mani
>
> Am 27.09.2013 um 13:43 schrieb Dave <email@hidden>:
>
>> Hi,
>>
>> Has anyone else noticed that Placeholder text in UITextFields's is very dim in iOS7? It looks ok in iOS 6, but in 7 it can hardly be seen?
>>
>> I found this hack:
>>
>> [self.pNameTextField setValue:[UIColor blackColor] forKeyPath:@"_placeholderLabel.textColor"];
>>
>> Which seems to work, but it is still washed out looking, but it should do?
>>
>> is there a better way of doing this then the above code? Or better still am I missing something that makes Placeholder or UITextField's different in iOS 7?
>>
>> Thanks a lot
>>
>> All the Best
>> Dave
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden