-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set any instance of UIView for both titleView and subtitleView properties #1
Comments
Yes I think you're right about this. I had originally patterned the title/subtitle after |
Definitely, that should be enough for, e.g. five stars, etc. or whatever else people might want to put in there... |
Let me know if this behaves as expected! |
Not so sure, if I'm not mistaken custom |
The title can grow vertically to cover the subtitle if you wish, but it's not possible for the callout to have any different height besides the standard. On Aug 24, 2012, at 8:59 AM, Ali Servet Donmez notifications@github.com wrote:
|
Yea, I was kinda aware of that and I guess that's fine as long as it's somehow documented or warned without necessarly knowing Great great component! Cheers, |
This should be similar how
UINavigationItem
'stitle
andtitleView
properties work; thenSMCalloutView
's interface would be similar to:The text was updated successfully, but these errors were encountered: