6epreu

Results 6 comments of 6epreu

Hey, have you solved your problem?

You need to add method to interface ILoadingLayout like setHeaderColor(int color) and then implement it in the abstract class LoadingLayout.java. F.e. public void setHeaderTextColor( int color ){ if (mHeaderText !=...

> @AMatecki are you exporting SwiftNIO types or functions as public API in your framework? I would assume no and if that's the case, can you try @_implementationOnly import NIO?...

@weissi thanks for explanation I have added this to Podfile of my Framework and also @_implementationOnly import should be used where necessary ` post_install do |installer| installer.pods_project.targets.each do |target| puts...

1. Проинициализировал объект карт 2. Отловил местоположение в OnMyLocationListener 3. Тут неожиданно пропал сигнал GPS (например я в здание зашел) и карта выдала сообщение "не удается получить координаты" Карта же...

The same story for Cocoapods. Please add this to this package manager also Thanks in advance