David Roman

Results 30 comments of David Roman

Checking in on this PR since this project seems unattended atm. Maybe I can propose a smaller PR to be merged? I was originally interested in #230 in particular so...

There are some PRs that went into `develop/4.0` that never made it to master, for example #230. If the branch was abandoned, it'd be good to at least move all...

@BabyAzerty don't worry, I'm not in the slightest interested in letting it die, however I'm extremely busy and other projects like [Popsicle](https://github.com/DavdRoman/Popsicle) are a higher priority for me at the...

Hi there! Thanks for reporting that! It's a known issue and I'll try to address it in the future 4.0 release. I'm pretty sure it has to do with the...

@Steven4294 not really, I haven't been able to work on Bohr anymore since I'm quite busy. However I encourage you to look into it and PR a fix for this...

You can indeed input that number, but it should turn into 10,00 as soon as you dismiss the keyboard or focus on another field. Is that the case?

Sounds like a bug. Could you list the steps to reproduce?

The font color of a header/footer can be changed through the `headerTitleColor`/`footerTitleColor` properties of each `BOTableViewSection` and its appearance proxy as well. Background colors can't be changed though, so I...

That's a good one, although I don't think the current API is flexible enough to offer this kind of feature, as it'd be necessary to do some code duplication from...

I don't know if you already know this, but `NSUserDefaults` offers a method called `registerDefaults:` in order to do just this (which is used in the demo app's AppDelegate). I...