I'm struggling to implement something like a date picker that opens when I add a calendar event in iOS7. Here is an example depicted here . This would be ideal to reduce clutter and maintain context in my application by clicking on a cell and finding more cells or images. I just can't figure it out at all.
Does anyone know how to do this?
Edit: I would like to be a bit abstract so that any view appears when it was selected and remove all other content.
, tableView, insertRow, , , . :
-(void)insertRowsAtIndexPaths:(nonnull NSArray<NSIndexPath *> *)indexPaths withRowanimation:(UITableViewRowAnimation)animation
, :
UITableViewRowAnimationFade
removeSections , .
, , , UITableViewDataSource, - .
Source: https://habr.com/ru/post/1541319/More articles:SELECT Distinct with a condition for a different column value - sqlDjango: default value for a field from a model instance - djangoHighcharts dates one day - javascriptHow to insert / hide / show a row in a static UITableView? - iosVariable Binding Oracle SQL Developer String - variablesContinuation of JavaScript - javascriptHow to reformat the code to save in RubyMine? - rubymineCustom title button for a button and saving swipe gestures back - iosCloud SQL versus self-service database? - mysqlCustom view in local aar library unavailable? - androidAll Articles