Post

Replies

Boosts

Views

Activity

Reply to UICollectionView Inside of UItableViewCell no horizontal scrolling
Hi, the exact behaviour is do you see the full content wrapping around on next lines ? Or part of the collection remains hidden on the right ? the information charge fine in each UItableViewCell and part of the collection remains hidden on the right because is not scrollable. What happens when you click and drag in order to scroll ? Any change on the table cell ? while scrolling the UITableViewCells works fine you can scroll down and up, and cells information charge , but the UICollectionViews inside each UITableViewCells are not scrollable horizontally, and the information charge fine and about the link that was literally the first solution i tried
Mar ’21
Reply to UIColor Issues in Navigation Bar Settings? Xcode 12.1
Hi 🤙🏻 You miss the /255 should be like this: UIColor(red: 250/255, green: 190/255, blue: 110/255, alpha: 1) also try to set the color when you push the view let view = PasajerosPaso2View()         view.backgroundColor = UIColor.lightGray         navigationController.navigationBar.backgroundColor =  UIColor(red: 250/255, green: 190/255, blue: 110/255, alpha: 1)         let vc = factory.makePasajerosPaso2VC(view, coordinator: self)         navigationController.pushViewController(vc, animated: false)
Topic: UI Frameworks SubTopic: UIKit Tags:
Dec ’20