SyntaxFix
Write A Post
Hire A Developer
Questions
If anyone want to create NSRange object can create as:
let range: NSRange = NSRange.init(location: 0, length: 5)
this will create range with position 0 and length 5