nomi1315

Results 4 comments of nomi1315

same question, if you find out the solution do let me know as I wants to open the calendar view inside a UIView on limited portion of screen.

Just use the following code to add it to any view you want: self.myView.addSubview((self.calendar?.view) ?? UIView())

![Simulator Screen Shot - iPhoneX - 2022-02-28 at 17 59 57](https://user-images.githubusercontent.com/49779081/155987782-8e8e83a9-e8a7-4e45-926a-c20cd4201b57.png) Is this what you wants to achieve?