Results 141 comments of Frak

@pvalsecc Hi, I went into the nextcloud's 'apps' folder and ran the `git clone` command successfully. I then went into the Apps page in nextcloud and found the Gravatar app...

Thank you @pvalsecc. Knowing that it works for others helped me figure it out. Apparently, I had to set the checkbox "Enable users to control whether to use Gravatar or...

Can you provide an example of this feature being used please? It sounds like a great new feature. I just wish I knew how to use it! haha

Before calling `[self.tableView reloadData]`, try calling this: ``` objective-c self.formController.form = self.formController.form; ``` or whatever your viewcontroller is called.

If this helps, I was able to change the title directly in the .xib file for the custome button (CustomButtonCell.xib)

Could you perhaps post your code?

(Sorry for the stupid questions) - Is that like the custom button cell example (CustomButtonExample) provided in your examples folder? - Would I be making a subclass of FXFormBaseCell ?...

What I do, is put some code to pop back to the parent view on the navigation controller stack. Like this: (in your didChangeState method) ``` [self.navigationController popViewControllerAnimated:YES]; ``` Not...

Use case: A person one corresponds with on slack sends links to images that eat up a ton of screen real estate and look unprofessional and tacky. One wants the...

@annarailton Thank you but that is a global preference. I want to be able to do it on a per-message basis.