Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
4 votes
1 answer
389 views

SwiftUI - ViewThatFits ruins animation

The following SwiftUI view demonstrates an animation glitch that seems to be caused by ViewThatFits. To see the issue, render the following view and tap on the red section. To see that it works ...
jeremyabannister's user avatar
1 vote
2 answers
939 views

SwiftUI button glitches on keyboard dismiss

I have a button on my view that, when pressed, calls a hideKeyboard function which is the following: func hideKeyboard() { let resign = #selector(UIResponder.resignFirstResponder) ...
koza's user avatar
  • 71
1 vote
0 answers
140 views

A huge glitch occurs during tableView scrolls to top

Please help and give me an advise about my problem. Hello guys! I have navigationBar (top white area) + custom HeaderView (orange area) + TableView (green/yellow area) While scrolling table up my ...
denickman's user avatar
0 votes
1 answer
30 views

Segue Constantly Reloading Screen

I'm new to coding and have been building an app for the last few weeks. I am a little stuck and not sure where to start looking. I have an app that can message between users, have social media pages, ...
CoderCoop's user avatar
2 votes
1 answer
806 views

How to fix UISearchController search bar resizing when focused?

I am trying to implement a UISearchController with a UITableView inside of a small popup screen like this: Image displaying a popup with a UITableView and UISearchController. However, when the search ...
SteelCerberus's user avatar
1 vote
1 answer
89 views

Using UIScrollView with a minimum content top anchor causes visual glitch

I have a scroll view in which I have a content view. I set the scroll view's top anchor to be just above the bottom of an image. I set the content view's top anchor to actually be at the bottom of the ...
Slaknation's user avatar
  • 1,916
-1 votes
1 answer
377 views

Xcode Tab Bar Text Glitch

Recently, I have been trying to add a tab bar to an existing project. However, no matter what I do, the text is being cut off. I am simply trying to drag a Tab Bar Controller into the storyboard and ...
SteelCerberus's user avatar
0 votes
1 answer
217 views

glitchy ios animations with flashes

Making an iOS app and when I run the code on the simulator, the glitches are tolerable but when tested on an iPhone they are much more obvious. I'm using JHChainableAnimations to make them, and the ...
dude8998's user avatar
  • 165
0 votes
1 answer
140 views

Having trouble with UI glitch while adding subviews with Gesture Recognizers

I'm developing an app where users swipe through "cards" which are basically UIViews populated with data from an API. When the app first opens, cards are created and added as subviews to the superview....
Orr Yakobi's user avatar
5 votes
1 answer
2k views

Table View Cells changing colors when scrolling Swift

I'm making an app that uses colored table view cells to separate other cells into categories. I am doing this by coloring the cells different colors using if else statements. But for some reason, when ...
zach2161's user avatar
  • 125