Search results for

build disappears

49,244 results found

Post

Replies

Boosts

Views

Activity

iAd 'disappears' when peeking
I've added peek and pop to my app which also has iAD banners.The app has a table view and a detail view which is displayed when tapping on a cell. All fairly basic stuff. Each view has a banner ad at the bottom.When navigating through the app normally, without 3D touch, the ads display normally. However, when I use 3D Touch to peek from a table cell, the iAd banner area turns black and any banner disappears. If I release at this point the area stays black and no banner is displayed. If I navigate normally into the detail page and back to the tableview the banners reappear.When I pop into the detail view, the banner ad is initially displayed but almost immediately disappears never to return. This time, there is no black area left and the view content goes all the way to the bottom of the screen.Any help gratefully received.
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
135
Sep ’15
checkmark in tableView is disappear
Hi!When I Scrolling the TableView, the checkmark has been disappear or appear in other index. Someone can help me? Some tip?Please!Cheers.The code... func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { if let cell = self.myTableViewPer.cellForRow(at: indexPath as IndexPath) { if cell.accessoryType == .checkmark{ cell.accessoryType = .none //my logic here... }else if cell.accessoryType == .none{ cell.accessoryType = .checkmark //other logic here... } }//my tableView and Cells have 11 index.
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
3.0k
Jan ’19
List is Disappearing
I am building an app that will allow users to share their views. In the view there is a list which contains the information. To share the view, I convert the view into a shareable PDF file with ImageRenderer. But when the file is shared, the list with the information is gone. How can I fix this to show the list inside the PDF file?
2
0
442
Oct ’22