josselin-oudry

Results 2 comments of josselin-oudry

On the same note, based on the Android square/phrase library: [https://github.com/square/phrase], it would interesting to implement this: Base string "account_login_testGreetings" = "Hello {firstName} {lastName}!"; Could be used like this: `R.string.localizable.account_login_testGreetings(firstName:...

One workaround I've found was to set in APESuperHUD.swift `loadingIndicatorView.activityIndicatorViewStyle = .whiteLarge` right before `loadingIndicatorView.color = HUDAppearance.loadingActivityIndicatorColor` This way I am able to display a big red loadingIndicatorView for example....