Lucas Pereira
Lucas Pereira
I couldn't find in the docs/source code a way to set a `shippingContact` object for pre-filling the user address when making a purchase with Apple Pay through the Drop-In component....
 Returns `RATreeViewStylePlain` as a *default* in ```swift + (RATreeViewStyle)treeViewStyleForTableViewStyle:(UITableViewStyle)tableViewStyle ```
I can't compiled it. I've added AFNetworking as well but it won't work. What am I missing? 
I'm capturing microphone data from an inputNode tap, downsampling the buffer to 24khz with AVAudioConverter and finally encoding it with .opus24khz . I then add both the downsampled buffer and...