Kevin Thulin

Results 5 comments of Kevin Thulin

@seemakamath https://github.com/okmr-d/DOFavoriteButton/pull/30 does not work. Adding `self.layoutIfNeeded()` as mentioned in one of the comments will mess upp the constraints

Okey I got it working now.. If anyone is using Swift 2.2 change **addTargets()** to: ``` private func addTargets() { //=============== // add target //=============== self.addTarget(self, action: #selector(DOFavoriteButton.touchDown(_:)), forControlEvents: UIControlEvents.TouchDown)...

/** \* Remove From Search Index * \* @return array */ public function removeFromIndex() { return $this->getElasticSearchClient()->delete($this->getBasicEsParams()); } /** \* Delete From Index * \* @return array */ public function...

@evgenyneu thanks for your answer! And sorry, I had two tabs open and thought I posted my question in the [Auk](https://github.com/evgenyneu/Auk) lib. I will then use `Moa.settings.cache.requestCachePolicy = .returnCacheDataElseLoad` in...

@evgenyneu +1 for this tip you left in another issue: `Moa.settings.cache.diskPath = "MyAppSharedCache"` this way I can make the two libs use the same cache directory :)