Skip to content
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.

A few changes to improve compatibility #65

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

yepher
Copy link

@yepher yepher commented Jan 3, 2014

There were a few places where the return type defined in the interface did not match the locally typed variable. In this pull request I changed to local variable to match the interface type or fixed places where the TabeView delegate type did not match the overriding method type.

Example:

Apple defines as - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath but src/UIBubbleTableView.m had it as "float"

see: https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableViewDelegate_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/UITableViewDelegate/tableView:heightForRowAtIndexPath:

ihla added a commit to ihla/UIBubbleTableView that referenced this pull request May 14, 2014
…e on orientation change”

- merged with pull request AlexBarinov#65 “A few changes to improve compatibility”
- improved performance (partly) by image caching for static images, NSBubbleData images not cached yet!
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant