python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Change position on elements inside a tableViewCell
So I have a view inside an xib cell, inside this view I have 2 elements, one label that is in the middle of the view and a button with text that is hidden.
When this button goes from isHidden to isNot...
kevzeter
Votes: 0
Answers: 1
tableView(_:cellForRowAt:) crashes with com.apple.main-thread EXC_BREAKPOINT
There is one strange crash in Firebase Crashlytics logs that occurs quite often, saying:
Crashed: com.apple.main-thread
0 AppName 0xd454 SomeVC.tableView(_:cellForRowAt:) + 90 (S...
VLeonovs
Votes: 0
Answers: 1
How to add network fetch inside swift struct initializer
I'm trying to get data from an URL (1st network call), then make a 2nd network call to fetch image from the url in the first response, and present on tableview in swift.
The json from 1st network call...
RobotX
Votes: 0
Answers: 1
How to auto resize tableview height + stackview
I'm trying to implement this feature:
Show title, description and image in each cell of a tableview.
However, the image could be nil.
Requirement is:
When image is nil, auto expand the label to fit t...
RobotX
Votes: 0
Answers: 1