Skip to content

Set any instance of UIView for both titleView and subtitleView properties #1

@exalted

Description

@exalted

This should be similar how UINavigationItem's title and titleView properties work; then SMCalloutView's interface would be similar to:

@interface SMCalloutView : UIView

// ...

@property (nonatomic, copy) NSString *title, subtitle;
@property (nonatomic, retain) UIView *titleView, *subtitleView;

// ...

@end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions