bearjaw / RBSRealmBrowser

A lightweight RealmSwift database browser written in Swift based on NBNRealmBrowser
MIT License
61 stars 17 forks source link

Does not work with non-default realm instance #2

Closed jombie closed 7 years ago

jombie commented 7 years ago

Does not work for non-default realm instance since the realm passed in instantiation is never used.

bearjaw commented 7 years ago

Hi, thanks for reporting. I'll fix that asap.

Cheers

bearjaw commented 7 years ago

Should be fixed on both branches (master & swift-4). Please run pod repo update and then pod install to get the latest changes or delete your pods folder & clear your cocoapods cache.

jombie commented 7 years ago

Still not working since during fetch in resultsForObjectSchemaAtIndex(_ index: Int) also default realm is used.

bearjaw commented 7 years ago

I think I got them all now. Please try again. and remember to run pod repo update and then pod install to get the latest changes or delete your pods folder & clear your cocoapods cache.

jombie commented 7 years ago

Thanks, It works now.

Request: One feature enhancement to view detail value of a any given column if it does not fit in a single line like maybe show it in a popup.

bearjaw commented 7 years ago

Sounds great. You can open a new issue and I'll tend to it as soon as I can.