问题
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 specific UITableView row
After that create Blur view for entire full tableview and add screenshot image to Y position of target cell
来源:https://stackoverflow.com/questions/51978273/how-to-remove-blur-view-for-particular-cell