-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow user only to select today's & Future dates, not the past ones #8
Comments
Hello, Thanks for using the controller! 1.) So you'd like to restrict selection dates to a particular range? I suppose that isn't too hard. I'll look into implementing it son. 2.) Good point, something I probably need to implement. What do you think of declaring two parameters within the controller that you can modify after init which will re-draw the selection view with your inputs? Alternatively, it could be part of a new initialization routine... |
Thanks for your acknowledgment !!!
Just storing the below values from the last selections : (OCSelectionView.m) & get rid of making new routine. startCellX = 1; just changing the status of the BOOL selected Thanks, |
FYI in my original post I said "son" instead of "soon". Typo. I'm not quite old enough to use that nickname yet... Sorry if it came across as patronizing.
|
No worry at all, I looked on that & understood of that being the TYPO. FYI, I am still so young to be called a son ;) That sounds good.I will also work out on adding more features .If possible I will Hope that will save allot of time of others. |
Has this ever be done? I am trying to implement this. |
Hi Oliver,
Thanks for sharing the component with us. It's really an interesting controller which can be used as Date Picker similar to the iPhone Picker view, but much far better than that considering the look-wise , may be with space or the Animation ,whatever it may be it's far better than controller available for date selections.
I have already implemented this controller instead of using the UIDatePicker in my application. But now facing couple of issues with the Date Selections
If we get such options then this may lead for making the excellent controller which still we are missing in iPhoneSDK & overcoming the limitations the Tapku library.
Thanks,
The text was updated successfully, but these errors were encountered: