python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
UICollectionView orthogonalScrollingBehavior groupPagingCentered wrong behavior
So I have a collection view with the following layout
private static func createChannelsCompositionalLayout() -> UICollectionViewLayout {
let itemSize = NSCollectionLayoutSize(widthDimension:...
Tarek
Votes: 0
Answers: 0
Why all the UI vanished after one more item was added?
I am moving through tutorial and there is such code example
import UIKit
class ViewController: UIViewController {
var cluesLabel: UILabel!
var answersLabel: UILabel!
var currentAnswer: U...
Sirop4ik
Votes: 0
Answers: 2
SwiftUI Custom Navigation Bar with Rounded bottom edges and items
I have searched all over stackoverflow for a solution but I haven't found one.
The desired goal as described in the title is this:
The desired color as we can see is also gradient.
I also wonder if i...
Nion
Votes: 0
Answers: 1
Need to change size of a textField when keyboardWillShow notification is received
I want the text field to do the next when the keyboard appears on the screen:
Move above the clave
Stretch to the width of the screen
The first item works, but the second one - doesn't.
When opening...
Latynskii
Votes: 0
Answers: 1