Do any of you know what event I can use in DatePicker when the wheel moves.
I want to play a sound (the resulting sound code), like a wheel spin. Just like a set of timers in an Apple clock.
All that is a single event for ValueChanges, which fires only once, at the end of the wheel rotation.
Thanks in advance
I'm not sure if this is possible, as the sounds seem to be related to keyboard clicks in the phone settings. Someone may have a solution, but it is not documented anywhere.
: UIPickerView
#import <UIKit/UIKit.h> @interface SilentUIPickerView: UIPickerView { } - (void) setSoundsEnabled: (BOOL) enabled; @end
[view setSoundsEnabled: NO]
the reason for this is that when your controller boots up, the date-dial scrolls, so the download is displayed in the field, write this code.
NSDate *d = [[NSDate alloc] init]; [objDatePicker setDate:d animated:NO];
Source: https://habr.com/ru/post/1750606/More articles:Add JS file to a specific page on Drupal - javascriptDrupal 6: best practice for modifying an added JavaScript module - drupalGet the number of rows returned by OleDbDataReader ASP.NET (VB) - vb.netRubista: What is it called? - ruby | fooobar.comConvert HTML to its safe objects using Javascript - javascriptProblem with Railscast # 197 - Nested Model Part 2 - javascriptrails 3 and jquery railscast 197 releases - jqueryUsing the unrecognized local variable 'dictionary' - dictionaryHow to add a user to a SharePoint group programmatically - access denied - sharepointGood db planning approach for reporting - phpAll Articles