How to remove blur view for particular cell?
问题 I am using UITabBarController & UITableView My goal is to remove blur view for particular cell. Yes there is a way to add/remove UIBlurEffect to all the cell & bottom-Tabbbar But of-course don't want this at all . For reference i am attaching screenshot 回答1: What you are asking is to add Blur view to full screen except target cell. as tableivew resues cell so you have only option left is You can take screenshot of particular cell Here is code sample Swift 3 - How to take a screenshot of