Carlos Andrés Sánchez
Results
3
issues of
Carlos Andrés Sánchez
The script generates a complex diagram with thousands of classes because I'm using several libraries like RxSwift. Is there a way to only display the classes of your own project?
I am importing a CSVFile in my iOS app: ``` let realm = try! Realm(configuration: Realm.Configuration.defaultConfiguration) let path = Bundle.main.path(forResource: "magictelescope_csv", ofType: "csv") let documentsPath1 = NSURL(fileURLWithPath: NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true)[0])...
O-Community