Hassan Taleb

Results 12 issues of Hassan Taleb

**Switch indentation is incorrect if there is no line before it** **Expected behavior: Normal indentation** in the image attached, there is no line before the first switch, so its indentation...

1)From the main VC present a child VC with modalPresentationStyle = .popover 2) Then from this child use the TOCropViewController 3) When we pic and image, if we press Cancel...

bug

Hey, there's an issue when switching orientation. When I tried to select programmatically a cell, the selected cell is scrolled weirdly Here is my codes: `var selectedItemIndex = 0` ```...

Hi! There is a lot of missing / incorrect syntax highlighting. Is there a way to use the **swift tree sitter** instead of Regex used in Swift Lexer?

There is a bug with multiline placeholder I suggest to take a look to : https://github.com/ActuallyZach/Firefly there is a solution for that there

Swift 5.7+ (New Regular expressions) Code example: let search1 = /My name is (.+?) and I'm (\d+) years old./ After Formatting: let search1 = / My name is (. +...

If the frame of a view is large, for example: width = 3_000 and height = 3_000. The CPU runs >100% for a bit then drops to 0 quickly and...

If there is a Symbol image, the result is incorrect. The image will appear as a color covering its entire frame. Example: ``` let imgA = UIImage(systemName: "swift")! ``` My...

This warning appears in projects with a minimum supported version of iOS 15. ``` UITextView 140,446,043,209,728 is switching to TextKit 1 compatibility mode because its layoutManager was accessed. Break on...

Crash log: ``` Incident Identifier: D781E365-06E4-4DF2-95BE-C7E8833C0AD8 Hardware Model: iPhone14,2 Process: mockup [1594] Path: /private/var/containers/Bundle/Application/1995F8FF-A5D1-4EE7-9497-9A497A5E2C13/mockup.app/mockup Identifier: ... Version: 2.4 (2) AppStoreTools: 15E204 AppVariant: 1:iPhone14,2:16 Code Type: ARM-64 (Native) Role: Foreground Parent...

investigating