How to achieve calendar week view in swift iOS -


how can achieve week view of calendar in ios app shown below, ideally using apple calendar components (if any) , how can retrieve selected date.

i have tried using both fscalender , cvcalender plugins, without success, each missing 1 element or other.

enter image description here

the answer is, lay out bunch of views , set contents. perhaps use collection view horizontal days. use table view times. there's nothing in public sdk you. put view hierarchy normal way.


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -