Saurabh

Results 7 comments of Saurabh

@ytakzk The live photos that can be taken since iPhone 6S

It seems you haven't added UITableView to the Storyboard scene

Can we please have this? @yusuftor how did you make it work? Is there a workaround?

Thanks for the response @brendan09 . When I add any view in Drawer View Controller, there is offset from top after which my added view appears. I have tried to...

Seems the view starts a bit below. There is space on top when constrain to topLayout Guide `buttonHolderView.topAnchor.constraint(equalTo: self.topLayoutGuide.bottomAnchor, constant: 0)` ![screenshot 2019-02-06 at 4 13 46 pm](https://user-images.githubusercontent.com/9585608/52342681-0f068280-2a3c-11e9-88dd-6cf1000625ef.png) My subview...

I have tried setting changing the constraints. I’ve set topInset = 0 The problem seems to be the view in which my(custom) subview is getting added. The scroll indicator also...