Sam
Sam
Hello, I added the following code in the viewDidLoad ``` override func viewDidLoad() { super.viewDidLoad() self.player.playerDelegate = self self.player.playbackDelegate = self self.player.url = URL(string: "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-15.mp3")! self.player.playbackResumesWhenBecameActive=false } ``` and added...
I cannot make locaization from english to arabic example `let text = "List of %@'s devices".localizedWithParameters(name)` In the localized string i have the following : `"List of %@'s devices"="الأجهزة %@'الخاصة";`...
I have the below model and i need to map the array of object directly to the model without creating two models one for 'childActivityList' and the other for nested...