Questions tagged [iphone12]

8 questions
2
votes
1 answer

iOS15 / iPhone12 setContentOffset animate Issue

It occurs on iOS15/iPhone12 series of devices. Multiple CollectionViews are paged with each timer, but paging does not work normally only on iOS15/iPhone12 devices. The paging is stuttering and the animation is not working normally. I tried…
2
votes
2 answers

[CALayer display]: Ignoring bogus layer size (8681.000000, 3508.000000), contentsScale 3.000000, backing store size (26043.000000, 10524.000000)

What I am doing is, I've an imageview that displays an image and above it I've a overlay view where I draw the annotations. It's working fine on other devices but in iPhone 12 overlays is not displayed!Tried using CATiledLayer with no luck! I am…
Rashad
  • 11,057
  • 4
  • 45
  • 73
1
vote
2 answers

Manage bottom button in iphone8 & iphone12 swift

In iPhone8 like rectangle edge devices, I need a bottom button stuck on the bottom edge with sharp corners. And in iPhone12 like curved edge devices, I need a bottom button with some distance on right-left-bottom with a corner radius. How can I…
Krutika Sonawala
  • 1,065
  • 1
  • 12
  • 30
1
vote
1 answer

Stains on images captured with AVFoundation

When capturing a photo using AVFoundation classes stains appear on certain areas of the image. Happens on iOS 14.4, iPhone 12 Pro. I managed to reproduce it using different custom ISO and exposure time settings and using the default auto…
imjoca
  • 11
  • 1
0
votes
0 answers

Vpn & Device Management not showing in iOS 12

I want to test my app on ios and it requires registration from the VPN & device management but I have read anywhere that this option is not available for personal iPhones. Please suggest any solution for this.
Muhammad Umair Saqib
  • 1,287
  • 1
  • 9
  • 20
0
votes
0 answers

Crash in iOS 15 and above for Some iPhone 12 mini, 12 and 13 Devices

Crashed: com.apple.main-thread EXC_BREAKPOINT 0x0000000104db0cf0 RestaurantDetailsParentViewController.addDetailVC() Crashlytics Screenshot Here are the codes that I wrote to load child view controller func updateUI() { …
vipintklm
  • 9
  • 4
0
votes
1 answer

React Native Distinguish between iPhone 11 Pro vs iPhone 12 Mini

Both devices share the same screen size 375×812. How can I determine which is which? I need to access the status bar height which are different for iPhone 11 and Mini(44 and 50). Thanks,
zachary
  • 108
  • 1
  • 9
0
votes
1 answer

iPhone 12 compression of video making videos blue colored

I'm trying to compress videos selected from the photo library of the iPhone device and uploading them to the server. Its working for all devices except iPhone 12. On iPhone 12 videos are showing all blue and same to server. Following is the code I'm…
Priyanka
  • 1
  • 2