Toseef Khilji

Results 17 comments of Toseef Khilji

Hi @mervekeles We also facing same issue. Please find attached Screenshots for iOS 10 & iOS 11 diff. ![ios 11](https://user-images.githubusercontent.com/2367614/34321658-c0fb6392-e83a-11e7-87da-4d679d226b9f.png)

+ Allow to Copy selected text model.

![My Cal](https://user-images.githubusercontent.com/2367614/128996174-a5aeb336-c7d2-40f8-bd51-ce24ad16deec.jpg)

I also facing this issue in 4 inch device.

not able to compile. Xcode 8.

@gatesyp : Followed your steps. Still getting build error.: ![Screenshot 2023-02-07 at 2 49 27 PM](https://user-images.githubusercontent.com/2367614/217203434-650bd579-7512-4784-9c17-5baa86d975be.png)

@f3dm76 : Please find below example: ``` struct SVGViewDemo: View { let myimgsvg = """ New Project """ var body: some View { SVGView(string: myimgsvg) } } ```