This question already has answers here:
Is there any way to remove the "year" of the date picker?
(5 answers)
Closed 9 years ago.
I fear this has been asked, and shot down many times, but it's worth a shot...
Is it possible to use create a UIDatePicker exactly the same as the birthday picker in the Contacts App, with the option of "----" for the year component, without recreating it all with a UIPickerView?
Thanks!
Short answer: No. UIDatePicker will always display the year.
Related
This question already has answers here:
How to change the format of date in date picker
(3 answers)
Closed 5 years ago.
Is it possible to change a UIDatePicker to start with Year, Month and Day? I looked at many possible scenarios and i cant get to a conclusion.
Short answer is NO, you can't with the UIDatePicker.
You have to build custom for that.
Here you will find many. Choose the one that you need.
Yeah, you can change.In storyboard -> attribute inspector -> change Mode as Date.
Click here
This question already has answers here:
Create tap-able "links" in the NSAttributedString of a UILabel?
(37 answers)
Tap on a part of text of UILabel
(9 answers)
Closed 5 years ago.
I'm new to IOS and making a instagram clone to practice IOS development.
I'm interested in one label with highlighted text on instagram's sign in page.
I have two questions about the screen shot above.
1, My guess it is one label with partial text is highlighted.
2, Only after user tap on the highlighted part, it will trigger action to move to another page.
I googled but couldn't find a way to implement this.
Another guess is this feature is from a third party library.
Do you what library could do something similar?
Thanks
This question already has answers here:
How to animate application icon in iOS?
(5 answers)
Closed 6 years ago.
I was wondering if it is possible to have an app logo which could be different every day like a Calendar app logo changes according to date changes.
No it's not. Only Apple has access to that. You could probably do it on jailbroken devices, but not on regular ones. There is not API to do that.
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Changing Icon per Day
How to make a dynamic icon? For example in the calendar. Each day the number is changes to the current. Is it possible to implement this in my application?
This isn't currently possible without a jailbreak
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Month view calendar iphone app control for iOS
Just like this one or something similar. I need to be able to select a date from it by touching a day.
There are a couple of options:
TapKu
Kal