Batuhan Deprem

Results 2 issues of Batuhan Deprem

```java @Entity public class City { @Id public long id; public String ; } ``` For city entries like these İzmir Ankara İstanbul Çorum While querying like ``` boxStore.boxFor(City.class).query().contains(City_.name, "I");...

enhancement

I am trying to add shinebutton to navigation bar but i failed let favoriteButton = WCLShineButton() favoriteButton.frame = CGRect(x: 0, y: 0, width: 30, height: 30) favoriteButton.image = .star let...