Anirudha Mahale

Results 20 comments of Anirudha Mahale

How can I use multiple different Reactors for same tableview cell class?

No, I mean how can I use different Reactor classes altogether?

Yeah, so UITableView class is just a view right so it can be reused elsewhere also for similar UI so there I might have a different type of Reactor so...

Can you please show it in the code what you mean by > I recommend that you start by defining your models in plain Swift without Reactor.?

I also have similar question https://github.com/ReactorKit/ReactorKit/issues/158

I had the same issue, just try using this command > pod 'DDMathParser', :git => 'https://github.com/davedelong/DDMathParser.git', :branch => 'master'

@mathebox what about UICollectionView?

what's your deployment target?

1) Just drag the UIImageView+PlayGIF.h, UIImageView+PlayGIF.m, YFGIFImageView.h, YFGIFImageView.m 2) create bridging header and `#import "UIImageView+PlayGIF.h"` `#import "YFGIFImageView.h"` 3) Select class for ImageView as YFGIFImageView. There are few inbuilt functions like...

There are several memory leaks in the project take for example ```SignalingClient``` doesn't deinitialise properly.