fukemy

Results 878 comments of fukemy

i trim text if over 15 length ``` func setMenuTitle(_ title: String) { if title.count > 16 { let temp = "\(String(title[String.Index(encodedOffset: 0)...String.Index(encodedOffset: 16)])).." self.menuTitle.text = temp }else { self.menuTitle.text...

no solution. try to find other better lib

![Ảnh chụp Màn hình 2022-06-07 lúc 20 52 41](https://user-images.githubusercontent.com/8202437/172397674-21a60c60-f69d-459d-9395-dbf78faddcb3.png) after close modal the toolbar position moved to top a bit

apple did it better

Hello. now 2018. Does your library support rtmp protocol?

i found android 10 restrict startActivity from background, as your code in firebase class here ``` // app is not in foreground if (appImportance != ActivityManager.RunningAppProcessInfo.IMPORTANCE_FOREGROUND) { context.startActivity(launchIntent); } ```...

@uribro I can click to play video after set position 'absolute' of indicator

> I didn't commit the code here. I may commit it soon. Hopefully this weekend. any updated? Thanks