Post

Replies

Boosts

Views

Activity

The line separator is missing in the Alert controller. I am encountering this issue only in the iPhone 12 series devices, in the other versions it works fine.
The line separator is missing in the alert controller. I am encountering this issue only in the iPhone 12 series devices, in the other versions it works fine. The line separator should appear as its appearing in iPhone 11 max pro, iPhone 8 Plus, iPhone 7 Plus, iPhone 6 Plus
0
0
463
Oct ’21
iOS UIAlertController Line separator missing in iPhone 12 Device, iOS 15 but Issue not reproducing in iPhone 12 Device, iOS 15 Simulator
The line separator is missing in the alert controller. I am encountering this issue only in the iPhone 12 series devices running iOS 15, in the other versions it works fine. Please share your inputs. Screen capture from iPhone 12 Device IOS 15 (Line separator is absent) But available in iPhone 12 IOS 15 Simulator UIAlertController* alert = [UIAlertController alertControllerWithTitle:@"My title"       message:@"My subtitle"       preferredStyle:UIAlertControllerStyleAlert];              UIAlertAction* defaultAction = [UIAlertAction actionWithTitle:@"OK" style:UIAlertActionStyleDefault       handler:^(UIAlertAction * action) {}];              [alert addAction:defaultAction];       [m_window.rootViewController presentViewController:alert animated:YES completion:nil];
0
0
420
Aug ’21
MRC usage in Objective C
is Manual Referencing Count in Objective C vulnerable to buffer overflow attacks ? or is non ARC applications vulnerable to bufferOverflow attacks?
Replies
2
Boosts
0
Views
737
Activity
Jan ’22
Reg : CVE-2021-42574 :: How to check my Objective C & Swift code is having any problematic character?
Reg : CVE-2021-42574 :: How to check my Objective C & Swift code is having any BiDi character ? Like Java can we change our compilation encoding in Xcode & identify the issue areas ?
Replies
3
Boosts
0
Views
586
Activity
Nov ’21
Any update from Apple on CVE-2021-42574 fix ?
Any update from Apple on CVE-2021-42574 fix ?
Replies
2
Boosts
0
Views
478
Activity
Nov ’21
What is Xcode's default compilation Encoding ? How to change it?
What is Xcode's default compilation Encoding ? How to change it?
Replies
1
Boosts
0
Views
391
Activity
Nov ’21
We are getting a grey line in UITableViewCell only in iPhone 12 devices.
I am getting a grey line in UITableViewCell. I debugged with all possible ways, but I couldn’t figure out the root cause. In addition, this issue occurs only in iPhone 12 devices. The Red coloured highlighted lines shown not be there as checked in iPhone 11 max pro, iPhone 8+, iPhone 6 Plus,Iphone X
Replies
1
Boosts
0
Views
492
Activity
Oct ’21
The line separator is missing in the Alert controller. I am encountering this issue only in the iPhone 12 series devices, in the other versions it works fine.
The line separator is missing in the alert controller. I am encountering this issue only in the iPhone 12 series devices, in the other versions it works fine. The line separator should appear as its appearing in iPhone 11 max pro, iPhone 8 Plus, iPhone 7 Plus, iPhone 6 Plus
Replies
0
Boosts
0
Views
463
Activity
Oct ’21
iOS UIAlertController Line separator missing in iPhone 12 Device, iOS 15 but Issue not reproducing in iPhone 12 Device, iOS 15 Simulator
The line separator is missing in the alert controller. I am encountering this issue only in the iPhone 12 series devices running iOS 15, in the other versions it works fine. Please share your inputs. Screen capture from iPhone 12 Device IOS 15 (Line separator is absent) But available in iPhone 12 IOS 15 Simulator UIAlertController* alert = [UIAlertController alertControllerWithTitle:@"My title"       message:@"My subtitle"       preferredStyle:UIAlertControllerStyleAlert];              UIAlertAction* defaultAction = [UIAlertAction actionWithTitle:@"OK" style:UIAlertActionStyleDefault       handler:^(UIAlertAction * action) {}];              [alert addAction:defaultAction];       [m_window.rootViewController presentViewController:alert animated:YES completion:nil];
Replies
0
Boosts
0
Views
420
Activity
Aug ’21