-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Writing a custom view for the FBSDKLoginButton, have the button rendering to the UI. The main issue I've encountered is with whether the button is clickable or not. Depending on whether it is wrapped in a view, absolutely positioned, or has a manual width and height set, determines whether the button is clickable or not. I've gotten around the issue through absolute positioning and setting a static width and height, but I feel like this is hacky and there must be a better way of doing this.
Is there any documentation around this? Uploading the contents to a gist for feedback on my implementation, maybe there's something I'm missing because I'm very new to iOS development.
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.