takashisite / TSPopover

UIPopover like UI for iPhone
Other
316 stars 68 forks source link

Fix assignment operator used in if statement in popoverFrameRect #16

Closed bigp2 closed 11 years ago

bigp2 commented 11 years ago

Fix assignment operator used in if statement (line 334).

}else if(self.arrowPosition = TSPopoverArrowPositionHorizontal){
}else if(self.arrowPosition == TSPopoverArrowPositionHorizontal){
mrgrauel commented 11 years ago

+1 please merge

takashisite commented 11 years ago

Thanks!